public PreAuthCodeResponse GetPreAuthCode()
 {
     return(new PreAuthCodeResponse()
     {
         PreAuthCode = _authorizeService.GetPreAuthCode()
     });
 }