public Basket UpdateBasket(Basket basket) { _redisManager.Add(basket.CustomerId, basket); return(basket); }