using HanaToolbox.Config; namespace HanaToolbox.Services.Interfaces; public interface IFirewallService { /// Applies the saved firewall config non-interactively (cron mode). Task ApplyAsync(FirewallConfig config, CancellationToken ct = default); }