public void IsPalindromeReturnsTrueForEvenCharacterPalindrome() { Assert.IsTrue(stringProblems.IsPalindrome("redder")); }