public function writeByte($byte)
 {
     return $this->concreteProtocol_->writeByte($byte);
 }