public void WhenTheRegistrantProceedToConfirmThePayment()
 {
     using (var paymentController = RegistrationHelper.GetPaymentController())
     {
         paymentController.ThirdPartyProcessorPaymentAccepted(
             conferenceInfo.Slug, (Guid)routeValues["paymentId"], " ");
     }
 }