protected bool Equals(UpdatedEntity other) { return(base.Equals(other) && Updated.Equals(other.Updated)); }