using HanaToolbox.Config; namespace HanaToolbox.Services.Interfaces; public interface IMonitorService { Task RunAsync(MonitorConfig config, HanaConfig hana, string sid, CancellationToken ct = default); }