protected WcfWrapper(S singleton) { InProcFactory.SetSingleton(singleton); Proxy = InProcFactory.CreateInstance <S, I>(); }