public function handle(RemoveImageFromProductCommand $command)
 {
     $this->productService->removeImage($command->getProductId(), $command->getImageId());
 }