using HaWeb.Models; public class GitState { public string Commit { get; set; } public string Branch { get; set; } public string URL { get; set; } public DateTime PullTime { get; set; } }