public function writeCommand(CommandInterface $command)
 {
     parent::writeCommand($command);
     $this->storeDebug($command, '->');
 }