public void PhoneSupport(bool isStoreOpen, bool isMorning, bool isDistrictManager, bool expected)
        {
            var actual = warmups.PhoneSupport(isStoreOpen, isMorning, isDistrictManager);

            Assert.AreEqual(expected, actual);
        }