namespace TimeTable.model { internal class UidCommand { public string uid { get; set; } public string command { get; set; } } }