using System.Collections.Generic;
public static void Main()
new UnitTests().PerformUnitTest();
public Guid ProductId { get; set; }
public decimal Price { get; set; }
public List<CartItem> Items { get; set; }
public decimal Price { get; set; }
public void PerformUnitTest()