public void TestMethod()
        {
            PromotionEngine promoEngine = new PromotionEngine();
            int             totalPrice  = promoEngine.GetTotalUnitsPrice();

            Assert.AreEqual(100, totalPrice);
        }