/**
  * {@inheritdoc}
  */
 function getResumeContextResponse()
 {
     $this->eventDispatcher->preResumeContext($this->getPayment());
     return $this->doGetResumeContextResponse();
 }