I need a list of strings and a way to quickly determine if a string is contained within that list.
To enhance lookup speed, I considered SortedList and
SortedList
If you just want to know if a string is in the set use HashSet
HashSet