public void Mul_ShouldCorrectValue() { var simpleCalc = new SimpleCalc(); var mul = simpleCalc.Mul(1, 2); Assert.Equal(2, mul); }