using ConsoleApp2.Options; using ConsoleApp2.Services; namespace ConsoleApp2.HostedServices.Abstractions; public interface ITransformService { public Task ExecuteAsync(CancellationToken cancellationToken); }