public void PriceShouldReturn_10()
        {
            HappyHourStrategy happyHourStrategy = new HappyHourStrategy();

            Assert.Equal(5, happyHourStrategy.GetActPrice(10));
        }