public void CanReportNoSubscribers()
 {
     Assert.That(_bus.HasSubscriptionFor <TestCommand>(), Is.False);
 }