public void GetPromotionCodeList_All()
        {
            //Act
            var response = controller.GetPromotionCodeList("ECBOOK");

            //Assert
            Assert.IsNotNull(response);
        }