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