public void TestDiscoverGetBalanceMethod() { double balance = _discover.GetBalance(); Assert.AreEqual(100, balance); }