public IHttpActionResult CheckOut(string cartName) { _shoppingBasket.Checkout(cartName); return(Ok()); }