public function onRun(InputInterface $input, OutputInterface $output)
 {
     $this->consoleIO->setInput($input);
     $this->consoleIO->setOutput($output);
 }