namespace ServiceLib.Models { public class CmdItem { public string? Cmd { get; set; } public List? Arguments { get; set; } } }