public void DivideTest()
 {
     Calculator.Quotient(aDecimal, bDecimal);
     Assert.AreEqual(0.6M, Calculator.Result);
 }