public async Task <Basket> UpdateBasketAsync(Basket basket) { await _redisManager.AddAsync(basket.CustomerId, basket); return(basket); }