public function countUnreadByClient()
 {
     return $this->handler->countUnreadByClient($this->person);
 }