public AggregationStateMinMaxByEver(AggregationStateMinMaxByEverSpec spec)
 {
     Spec = spec;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AggregationStateMinMaxByEverWFilter"/> class.
 /// </summary>
 /// <param name="spec">The spec.</param>
 public AggregationStateMinMaxByEverWFilter(AggregationStateMinMaxByEverSpec spec) : base(spec)
 {
 }