static void BuildTest() { var builder = new ProxyBuilder <TestClass>(new DemoInterceptor()); builder.GetInstance().ShowMessage2(); }