public AverageAggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
     : base(aggregateTimeWindow)
 {
 }
 public AverageAggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
     : base(aggregateTimeWindow)
 {
 }
 public AggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
 {
     this.AggregateTimeWindow = aggregateTimeWindow;
 }
 public AggregateState(RollupAggregateTimeWindow aggregateTimeWindow)
 {
     this.AggregateTimeWindow = aggregateTimeWindow;
 }