public static ReflectionsUtils.SetDelegate GetSetMethod(FieldInfo fieldInfo)
 {
     return(ReflectionsUtils.GetSetMethodByReflection(fieldInfo));
 }
 public static ReflectionsUtils.SetDelegate GetSetMethod(PropertyInfo propertyInfo)
 {
     return(ReflectionsUtils.GetSetMethodByReflection(propertyInfo));
 }