private void CreateRPCProxy(Uri rpcEndpoint)
 {
     this._proxy = XmlRpcProxyGen.Create<IWordpressProxy>();
     this._proxy.Url = rpcEndpoint.ToString();
 }
 private void CreateRPCProxy(Uri rpcEndpoint)
 {
     this._proxy     = XmlRpcProxyGen.Create <IWordpressProxy>();
     this._proxy.Url = rpcEndpoint.ToString();
 }