namespace UpToolLib.DataStructures { public class Repo { public string Name { get; set; } public string Url { get; set; } } }