internal void Initialize(ServiceProxyGeneratorWith generatorWith, ServiceRemotingPartitionClient client)
 {
     this.proxyGeneratorV1     = generatorWith;
     this.ServiceInterfaceType = this.proxyGeneratorV1.ProxyInterfaceType;
     this.partitionClient      = client;
 }
 internal void Initialize(ServiceProxyGeneratorWith generatorWith, ServiceRemotingPartitionClient client)
 {
     this.proxyGeneratorWith = generatorWith;
     this.partitionClient    = client;
 }