public function handle(AddTagToProductCommand $command)
 {
     $this->productService->addTag($command->getProductId(), $command->getTagId());
 }