public void Press_StartCancel_at_start_Nothing_happens()
 {
     _sutStartCancelButton.Press();
     _display.DidNotReceiveWithAnyArgs();
     _light.DidNotReceiveWithAnyArgs();
     _cookController.DidNotReceiveWithAnyArgs();
 }