public void The_transport_should_not_be_started()
 {
     StartBus();
     transport.AssertWasNotCalled(x => x.Start(Arg <string> .Is.Anything));
 }