public string ConsultarSituacaoLoteRps(string cabec, string msg)
        {
            var request = new ConsultarSituacaoLoteRpsRequest(msg);
            var ret     = Channel.ConsultarSituacaoLoteRps(request);

            return(ret.Response);
        }