namespace EnvelopeGenerator.ServiceHost.Jobs.FinalizeDocument; public class ReportSource { public List Items { get; set; } = new(); }