public function processBeforeRefund($invoice, $payment)
 {
     return parent::processBeforeRefund($invoice, $payment);
 }