public TestServiceProxy(ITestService realService, ISyncInterceptor interceptor) { this.realService = realService; this.interceptor = interceptor; }