private function userIsNotTyping(User $user, Session $chatSession)
 {
     $this->getCacheManager()->remove('chat.' . $chatSession->getId() . '.' . strtolower($user->getKind()) . '.typing');
 }