protected bool Equals(HistoryChange other)
 {
     return(HistoryEntry.Equals(other.HistoryEntry));
 }