public LinqToSolrFacet GetFacet(string propertyName) { return(Facets.FirstOrDefault(x => x.Name == propertyName)); }