public void AddPrefix(string prefix)
 {
     _prefixSet.Insert(prefix);
 }