private void FillWashingDrumWithWater()
 {
     _mechanicalController.OpenWaterInjectionValve();
     _waiter.WaitForWashingDrumToBeFilledWithWater();
     _mechanicalController.CloseWaterInjectionValve();
 }