Future<int> consumeDroppedDueToCapCount() async { return _lock.synchronized(() async { return _sqliteStorage.consumeDroppedDueToCap(); }); }