using System.Collections.Generic; namespace EnvelopeGenerator.CommonServices.Jobs.FinalizeDocument; public class ReportSource { public List Items { get; set; } = new(); }