public void SetUp()
 {
     bus = InMemoryRabbitHutch.CreateBus().Advanced;
 }
 public void SetUp()
 {
     bus = InMemoryRabbitHutch.CreateBus();
 }