/**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     $this->hipsupport->offline();
     $this->info('HipSupport is Offline.');
 }