internal static object GetRealObject(IObjectReference obj, StreamingContext context)
 {
     return obj.GetRealObject(context);
 }
 internal static object GetRealObject(IObjectReference obj, StreamingContext context)
 {
     return(obj.GetRealObject(context));
 }