public function __construct($command, $options = array())
 {
     parent::__construct();
     $this->command = $command;
     $this->options = $options;
 }