public Task <IReadOnlyList <LocalizedCategoryWithProductCountBM> > GetAllCategoriesAsync(string languageCode)
 {
     return(categoryDataManager.GetAllCategoriesWithProductCountAsync(languageCode));
 }