public void MulReturnFalseGivenValueOf13And22() { double result = _calculateService.Mul(8, 222); Assert.AreEqual(1776, result); }