public void Execute() { _light.Off(); }
public void Undo() { _light.Off(); }
public void UnExecute() { light.Off(); }