namespace AGEHAB.RelatorioSeadIpasgo.Application.Abstractions; public interface IIpasgoZipWriter { void Escrever(string referencia, IReadOnlyList<dynamic> linhas, string caminhoArquivo, CancellationToken cancellationToken); }