/**
  * Execute the console command.
  */
 public function fire()
 {
     $this->dispatch(new ConfigureCreator($this, $this->input, $this->creator));
     $this->creator->setInput($this->input);
     parent::fire();
 }