public async Task <int> CreateCart() { var cart = await _orderApiClient.CreateCart(); return(cart.CartId); }