protected function execute(InputInterface $input, OutputInterface $output)
 {
     $this->configurationStorage = new ConfigurationStorage(false);
     $this->configurationStorage->deleteFile();
 }