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