public string TesteEnvioLoteRPS(string request)
        {
            var loteRequest = new TesteEnvioLoteRPSRequest(1, request);
            var ret         = ((ISaoPauloServiceClient)this).TesteEnvioLoteRPS(loteRequest);

            return(ret.RetornoXML);
        }
 TesteEnvioLoteRPSResponse ISaoPauloServiceClient.TesteEnvioLoteRPS(TesteEnvioLoteRPSRequest request)
 {
     return(Channel.TesteEnvioLoteRPS(request));
 }