public DataAggregate CreateAggregator(OnDemandProcessingContext odpContext, DataAggregateInfo aggregateDef)
        {
            DataAggregate prototype = this.GetPrototype(aggregateDef);

            return(prototype.ConstructAggregator(odpContext, aggregateDef));
        }