public void AddTagToIgnoreList(params string[] tagNames)
 {
     BBIgnoredTags.AddRange(tagNames);
 }