namespace SourceGit.Models { public interface IObjectId { string SHA { get; } } }