/**
  * Get RMA id.
  *
  * @return null|string
  */
 protected function getRmaId()
 {
     return $this->rmaGuestReturn->getMessagesBlock()->getId();
 }