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

            return(ret.RetornoXML);
        }
 EnvioLoteRPSResponse ISaoPauloServiceClient.EnvioLoteRPS(EnvioLoteRPSRequest request)
 {
     return(Channel.EnvioLoteRPS(request));
 }