public void ThenAnExceptionIsThrown()
 {
     _capturedException.ShouldNotBeNull();
     _capturedException.Message.ShouldStartWith("The handler for 'JustSaying.TestingFramework.Order' messages on this queue has already been registered.");
 }