public void CurrentRatio_CorrectCalculation()
 {
     Assert.AreEqual(20f, BalanceSheet.CurrentRatio(5000, 100000));
 }