public IEnumerable <Product> Get(string cartName) { var shoppingBasket = _shoppingBasket.GetShoppingCart(cartName); return(shoppingBasket); }