protected virtual IAggregateFluent <TEntity> CreateAggregate(IOspSession ospSession) { var aggregate = _cachedCollection.Aggregate(ospSession); return(aggregate); }