public void TestMasterCardGetInterestRateMethod()
        {
            double interestRate = _masterCard.GetInterestRate();

            Assert.AreEqual(0.05, interestRate);
        }