public IEnumerable GetErrors(string propertyName) { return(validationTemplate.GetErrors(propertyName)); }
IEnumerable INotifyDataErrorInfo.GetErrors(string propertyName) { return(validationTemplate.GetErrors(propertyName)); }