namespace StellaOps.AuditPack.Services; public interface IAuditPackReplayer { Task ReplayAsync( ImportResult importResult, CancellationToken ct = default); }