public bool Equals(Volume other) { return other.Value.Equals(Value) && Equals(other.Unit, Unit); }
public virtual void SetBrewLength(Volume volume) { brewLength = volume; }