public FacetValueValidator(AutomatedTagFactory automatedTagFactory, ContentTagFactory contentTagFactory)
 {
     this.automatedTagFactory = automatedTagFactory;
     this.contentTagFactory   = contentTagFactory;
 }
 public TagSeletedFacetProvider(TagRepository contentTagRepository, AutomatedTagFactory automatedTagFactory)
 {
     this.contentTagRepository = contentTagRepository;
     this.automatedTagFactory  = automatedTagFactory;
 }
 public SearchResultFacetsFactory(ContentTagFactory contentTagFactory, AutomatedTagFactory automatedTagFactory)
 {
     this.contentTagFactory   = contentTagFactory;
     this.automatedTagFactory = automatedTagFactory;
 }