/**
  * {@inheritdoc}
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     DoctrineCommandHelper::setApplicationDocumentManager($this->getApplication(), $input->getOption('session'));
     return parent::execute($input, $output);
 }