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