namespace excel_pajak.Models; public class ExcelSettings { public string TemplatePath { get; set; } = string.Empty; public string OutputFolder { get; set; } = string.Empty; }