public override System.Runtime.Remoting.ObjRef CreateObjRef(Type requestedType)
 {
     return(Safely(() => wrapped.CreateObjRef(requestedType)));
 }