/**
  * @param string $raw
  * @return null|string
  */
 protected function write($raw)
 {
     return $this->Connection->write($raw);
 }