public WcfProxyFactory(ProxyGenerator generator, WcfClientExtension clients) { this.generator = generator; this.clients = clients; wcfProxyGenerationHook = new WcfProxyGenerationHook(null); }