public void SubtractIntegerTest()
 {
     Calculator.Difference(aInt, bInt);
     Assert.AreEqual(-1, Calculator.Result);
 }