public static List <Site> GetWhere(Predicate <Site> math, bool isShort = false) { return(_siteCache.GetWhere(math, isShort)); }