public function output($message)
 {
     $this->output->output($message);
     return $this;
 }