/**
  * @param OrderProduct $orderProduct
  * @return int
  */
 protected function getQuantity(OrderProduct $orderProduct)
 {
     return $orderProduct->getQuantity();
 }