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