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