public class MyService { public List Things { get; } public MyService() { Things = new(); } }