public System.Threading.Tasks.Task <RetaguardaService.RetornaUrlResponse> RetornaUrlAsync(string identificador)
 {
     RetaguardaService.RetornaUrlRequest inValue = new RetaguardaService.RetornaUrlRequest();
     inValue.Body = new RetaguardaService.RetornaUrlRequestBody();
     inValue.Body.identificador = identificador;
     return(((RetaguardaService.ServicoAspSoap)(this)).RetornaUrlAsync(inValue));
 }
 System.Threading.Tasks.Task <RetaguardaService.RetornaUrlResponse> RetaguardaService.ServicoAspSoap.RetornaUrlAsync(RetaguardaService.RetornaUrlRequest request)
 {
     return(base.Channel.RetornaUrlAsync(request));
 }