/**
  * {@inheritdoc}
  */
 public function responseFromXml($xml)
 {
     $paymentResponse = new PaymentResponse();
     return $paymentResponse->fromXML($xml);
 }