public MqAppHostTests() { this.appHost = new MqAppHost(); appHost .Init() .Start(Config.ListeningOn); }