using TrafagSalesExporter.Models; namespace TrafagSalesExporter.Services; public interface IRecordTransformationService { void Apply(List records, IEnumerable rules); }