public void TestDiscoverGetInterestRateMethod() { double interestRate = _discover.GetInterestRate(); Assert.AreEqual(0.01, interestRate); }