/**
  * @return float
  */
 public function getSecondsSinceLastMessage()
 {
     return $this->communicator->getSecondsSinceLastMessage();
 }