@override Future<void> saveNip05(Nip05 nip05) async { await _nip05Store .record(nip05.pubKey) .put(_database, nip05.toJsonForStorage()); }