public function execute()
 {
     $this->hottub->setTemperature(98);
     $this->hottub->off();
 }
 public function execute()
 {
     $this->hottub->on();
     $this->hottub->setTemperature(104);
     $this->hottub->circulate();
 }