/// <summary> /// Inject dependent third-party components /// </summary> /// <param name="builder"></param> protected override void RegisterBuilder(ContainerBuilderWrapper builder) { base.RegisterBuilder(builder); //builder.AddClientIntercepted(typeof(CacheProviderInterceptor)); builder.AddClientIntercepted(typeof(LogProviderInterceptor)); }