public void ProcessarLote(IEnumerable <Guia> guias)
        {
            var lote = geracaoLotes.GerarNovoLote(guias);

            envioLotes.EnviarLote(lote);
        }