public UnmarkedHistory(HistoryElement element) : base(element) { }
protected History(HistoryElement element) { this.element = element; }