public function doRun(InputInterface $input, OutputInterface $output)
 {
     $this->complementer->register();
     parent::doRun($input, $output);
 }