private function isUpToDate(ConpherenceThread $conpherence)
 {
     return $this->getSeenMessageCount() == $conpherence->getMessageCount() && $this->getParticipationStatus() == ConpherenceParticipationStatus::UP_TO_DATE;
 }