public function aroundCanBeShowInCategory(Product $product, ClosureAlias $proceed, $categoryId): bool
    {
        try {
            $category = $this->categoryRepository->get($categoryId);
            if ((bool) $category->getIsVirtualCategory() === true) {