public Func <object, string, object> GetPropertyGetter(object obj)
 {
     return(SurrogatesDirectory.GetPropertyGetter(obj));
 }