public async void SinglePress(string flicId) { _appState.IncrementScore(flicId); await _hubContext.Clients.All.SendAsync("Refresh", flicId); }