static ValidationPerformanceThresholds()
 {
     _default = new ValidationPerformanceThresholds
     {
         IndividualValidatorInMilliseconds = 500, TotalInMilliseconds = 1000
     };
 }
 public static void SetDefault(ValidationPerformanceThresholds value)
 {
     _default = value ?? None;
 }