public function __construct(OrderProductInterface $orderProduct)
 {
     $message = sprintf(self::ERROR_MESSAGE, $orderProduct->getId());
     parent::__construct($message);
 }