public async override Task StartAsync() { await Task.Run(() => { socketServer.Start(); dispatcher.Initialize(); }); }