namespace SQLiteEF; public interface IUpdateable { public DateTime UpdatedAt { get; set; } }