public ProductSearchQueryService(IProductOptionManager productOptionManager, IAvailableBrandsService availableBrandsService,
     ICategoryService categoryService, IProductSearchIndexService productSearchIndexService)
 {
     _productOptionManager = productOptionManager;
     _availableBrandsService = availableBrandsService;
     _categoryService = categoryService;
     _productSearchIndexService = productSearchIndexService;
 }
 public ProductSearchQueryService(IProductOptionManager productOptionManager, IAvailableBrandsService availableBrandsService,
                                  ICategoryService categoryService, IProductSearchIndexService productSearchIndexService)
 {
     _productOptionManager      = productOptionManager;
     _availableBrandsService    = availableBrandsService;
     _categoryService           = categoryService;
     _productSearchIndexService = productSearchIndexService;
 }