namespace Acl.Application; /// Port to the ZGW Zaken API. Implemented in Infrastructure — the only /// code that talks to OpenZaak (ADR-0001). public interface IZaakGateway { Task OpenZaakAsync(ZaakRequest request, CancellationToken ct = default); }