public void CreateProxySimpleTest()
        {
            IMyInterface intf = LoggingProxy <IMyInterface> .Create(new MyClass());

            intf.MyProcedure();
        }