public async Task <HashSet <string> > GetAllItemsFromSetAsync(string setId, CancellationToken token = default) { return(await redisClient.GetAllItemsFromSetAsync(setId, token)); }