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