public void TestVisaCardGetInterestRateMethod()
        {
            double interestRate = _visa.GetInterestRate();

            Assert.AreEqual(0.10, interestRate);
        }