public void AppHostSetup() { _appHost = new SelfAppHost(); _appHost.Init(); _appHost.Start(Config.ListenOn); }