namespace Website.Models.Git { public class Repository { public string Name { get; set; } public string Url { get; set; } } }