private void StopWaterPumpWhenDrumEmptyOfWater()
 {
     _waiter.WaitForWashingDrumToBeEmptyOfWater();
     _mechanicalController.StopWaterPump();
 }