@override Future<void> removeNip05(String pubKey) async { await _nip05Store.record(pubKey).delete(_database); }