/**
  * @return void
  */
 private function buildApp()
 {
     if ($this->getContext()->getEnv() != 'prod') {
         parent::dispatch(Event\Type\System\Build::create());
     }
 }