public object Read(object obj)
 {
     return(DynamicMethodCompiler.GetCachedGetFieldHandlerDelegate(obj.GetType(), field)(obj));
 }