public void Undo() => _waterTank.Unfill(_amount);
 public void Execute() => _waterTank.Unfill(_amount);