namespace MesETL.App.HostedServices.Abstractions;
public interface IOutputService
{
public Task ExecuteAsync(CancellationToken ct);
}