public HashSet <string> GetDictionary()
 {
     return(_anagramSolver.GetDictionary());
 }