public override bool ValidateWeight(Weight weight) { return(weight.Value != null); }
public abstract bool ValidateWeight(Weight weight);