public void IsEvenHundredsReturnsTrueFor697() { var result = _target.IsEvenHundreds(697); Assert.IsTrue(result); }