using System.Collections.Generic; namespace Model { public class NodeConfig: AConfig { public List Args { get; set; } public List SubConfigs { get; set; } } }