public void TearDown()
        {
            var t = new BusTopic(name, Configuration.ConnectionString);

            t.Delete().Wait();
        }
Example #2
0
        public void TearDown()
        {
            var init = new BusTopic(name, connection);

            init.Delete().Wait();
        }