Inheritance: extends Symfony\Component\Console\Command\Command
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     DoctrineCommandHelper::setApplicationDocumentManager($this->getApplication(), $input->getOption('dm') ?: 'default');
     return parent::execute($input, $output);
 }