public function accept(Packet $packet)
 {
     return $this->decorated->accept($packet);
 }