public function execute()
 {
     $this->light->on();
 }
 public function undo()
 {
     $this->light->on();
 }