public class Sample{ public List<TestCategory> TestList {get;set;} } public class TestCategory{ public string Value {get;set;} = "Random string"; }