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