@override Future<void> removeMetadata(String pubKey) async { await removeEvents(pubKeys: [pubKey], kinds: [Metadata.kKind]); }