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