/**
  * @return AMQPChannelInterface
  **/
 public function close()
 {
     return $this->channel->close();
 }