public Task RefreshListAsync(int wishListId, int?excludeUserId = null) { return(hub.RefreshDataAsync(wishListId, excludeUserId)); }