public async void NextGame() { _appState.NextGame(); await _hubContext.Clients.All.SendAsync("Refresh"); }