/**
  * @param ConnectionInterface $connection
  */
 public function onOpen(ConnectionInterface $connection)
 {
     Debug::memory();
     Debug::line(__CLASS__ . ': Open [');
     $this->webSocketConnections->add($connection);
     Debug::line(']');
 }