protected TProp GetPropertyValue(string propertyName)
 {
     return(_objectValidator.GetPropertyValue <TProp>(propertyName));
 }