private static string GetFilterTypeString(FilterType filterType)
 {
     return(filterType.AsString(EnumFormat.DisplayName));
 }