public override bool ValidateLength(Length length) { return(length.Value != null); }
public abstract bool ValidateLength(Length length);