getName(), $input->getOptions())) ->lock(); } /** * @param InputInterface $input * @param OutputInterface $output */ protected function afterProcess(InputInterface $input, OutputInterface $output) { (new Hypervisor($this->getName(), $input->getOptions())) ->unlock(); } }