@override Future<void> removeAllNip05s() async { await dbRdy; final box = _objectBox.store.box<DbNip05>(); box.removeAll(); }