public IEnumerable <ValidationResult> Validate(ValidationContext validationContext) { Validate(); return(Notifications.AsValidationResult()); }