public void Then_Check_For_Light_Command_Was_Not_Run()
 {
     MockCheckForLightCommand
     .DidNotReceive()
     .Run();
 }