public IRuleBuilderInitial <ValidatableObject <T>, T> BuildRule() { return(validation.RuleFor(x => x.Value)); }