public function innerCreateElement(SimpleXMLElement $xml)
 {
     parent::__construct();
     $xml->addChild('capturemethod', CaptureMethod::ECOMM);
     $this->riskPopulator->createElement($xml->addChild('Risk'));
 }