protected bool Equals(FieldAggregation other)
 {
     return(Type == other.Type && String.Equals(Field, other.Field));
 }
 protected bool Equals(FieldAggregation other) {
     return Type == other.Type && String.Equals(Field, other.Field);
 }