String privateKeyToNsec(String privateKey) { return nostrInstance.services.bech32.encodePrivateKeyToNsec(privateKey); }