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