public bool HasFilterReference(string filterName)
 {
     return(_filterRegistry.HasKey(filterName));
 }