public void publish_message_with_no_known_subscribers() { buildRuntime(); theHost.Messaging.Publish(new Message3()); theHost.GetAllEnvelopesSent().Any().ShouldBeFalse(); }