/**
  * {@inheritdoc}
  */
 public function preLoad(Event $event)
 {
     $this->output->writeln(sprintf('    %s', $event->getFile()));
 }