public override void BatchRetrieveAll(Type type, int batchSize, Action <IEnumerable <object> > processor) { ReadRepository.BatchRetrieveAll(type, batchSize, processor); }