protected function initialize(InputInterface $input, OutputInterface $output)
 {
     parent::initialize($input, $output);
     $this->initializeExecute($output, $this->getHelper('process'));
 }