Validates that a numeric value is greater than zero.
public static OptionValidator<T> Positive<T>() where T : INumber<T>