Future<List<OpLogEntry<D>>> getItemsToBeSyncedUp(String createdBy) async { return opLogManager.getPendingUpSync(type, createdBy: createdBy); }