public struct ShoppingCartUpdates { public int ProductId; public int PurchaseQantity; public bool RemoveItem; }