using System.Collections.Generic; namespace ttrss_co_client.tasks { public class WorkOrder { public int articleId { get; set; } public Guid guid { get; set; } public Dictionary Phase2TaskList { get; set; } //so youtube downloads will download, then add a conversion to this, then add an adblock, then publish public Dictionary data { get; set; } } }