/**
  * @return bool
  */
 private function getDebugOption()
 {
     if ($this->consoleIO->getInput() && $this->consoleIO->getInput()->hasOption(CO::DEBUG)) {
         return $this->consoleIO->getInput()->getOption(CO::DEBUG);
     } else {
         return FALSE;
     }
 }