protected function execute(InputInterface $input, OutputInterface $output)
 {
     $io = new ConsoleIO($input, $output, $this->getHelperSet());
     $container = $this->getContainer();
     $ezMagicService = new EzMagicService($io, $container);
     $ezMagicService->validate();
     $ezMagicService->setupDatabase();
     $ezMagicService->dbMagicExport();
 }