/**
  * {@inheritdoc}
  */
 public function writeCommand(ICommand $command)
 {
     return $this->connection->writeCommand($command);
 }