public function handle(CreateImageForProductCommand $command)
 {
     $this->imageService->createImageForProduct($command->getUploadFileDTO(), $command->getProductId());
 }