namespace TrafagSalesExporter.Services; public interface IConfigTransferService { Task ExportJsonAsync(bool includeSecrets); Task ImportJsonAsync(string json); }