/**
  * @return ConsoleOutput
  */
 private function setErrorMode()
 {
     $this->console->setMode(new ConsoleAttribute(ConsoleAttribute::RESET_ALL), new ConsoleForegroundColor(ConsoleForegroundColor::RED), new ConsoleBackgroundColor(ConsoleBackgroundColor::BLACK));
     return $this->console;
 }