String getPublicKeyFromPrivateKey(String privateKey) { return nostrInstance.services.keys.derivePublicKey(privateKey: privateKey); }