void addRelay(String relayUrl, bool private) { elements .add(Nip51ListElement(tag: RELAY, value: relayUrl, private: private)); }