protected bool Equals(DomainRecord <TModel> other) { return(Id == other.Id && CreatedAt.SortaEquals(other.CreatedAt) && UpdatedAt.SortaEquals(other.UpdatedAt)); }