public GetCharmCategoriesWithCharmsQueryHandler(ICharmCategoryQueryService charmCategoryQueryService, IHttpContextAccessor contextAccessor, ICache cache)
 {
     this.charmCategoryQueryService = charmCategoryQueryService;
     this.contextAccessor           = contextAccessor;
     this.cache = cache;
 }
 public GetCharmCategoryWithCharmsQueryHandler(ICharmCategoryQueryService charmCategoryQueryService)
 {
     this.charmCategoryQueryService = charmCategoryQueryService;
 }