public void ToStringShouldDescribeTheCondition()
 {
     var comparer = new StringEqualsAndCaseInsensitiveComparer("A test value");
     Assert.AreEqual("equals 'A test value' ignoring case", comparer.ToString());
 }