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