public override string FormatErrorMessage(string name)
 {
     return(ValidationMessageFormatter.InvalidMinValueName(name, _min));
 }