namespace nuget_host.Controllers { internal class Resource { public string id {get; set; } public string type {get; set; } public string comment {get; set; } } }