public IntermediaryObjRef(MarshalByRefObject mbro, Type reqtype, RealProxy pxy) : base(mbro, reqtype)
 {
     this._custom = pxy.CreateObjRef(reqtype);
 }