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