public static ReflectionsUtils.GetDelegate GetGetMethod(FieldInfo fieldInfo)
 {
     return(ReflectionsUtils.GetGetMethodByReflection(fieldInfo));
 }
 public static ReflectionsUtils.GetDelegate GetGetMethod(PropertyInfo propertyInfo)
 {
     return(ReflectionsUtils.GetGetMethodByReflection(propertyInfo));
 }