public DynamicProxy(RpcClient client, string serviceName)
 {
     this.client      = client;
     this.serviceName = serviceName;
 }