public void TestLongestWordSize()
 {
     Assert.AreEqual(1, lowerCaseDictionary.LongestWordSize());
     Assert.AreEqual(1, mixedCaseDictionary.LongestWordSize());
     Assert.AreEqual(21, dictionary.LongestWordSize());
 }