Future<String?> decrypt(String msg, String destPubKey, { String? id }) async { return Nip04.decrypt(privateKey!, destPubKey, msg); }