public int Preload(int numPages, BrightstarProfiler profiler)
 {
     return(_pageStore.Preload(numPages, profiler));
 }