public override void Setup() { base.Setup(); if (config == null) { bool withFacets = RunData.Config.Get("with.facets", true); if (withFacets) { FacetSource facetsSource = RunData.FacetSource; config = new FacetsConfig(); facetsSource.Configure(config); } } }