The key and confidentialValue are BigInt values. You may replace 1 and 2 with any integers of your choice.
Add an event value:
awaitservicebus.setValue(key, confidentialValue);
You can add an event value to the confidential service bus by calling the setValue() method. It requires two parameters: the key and the confidential value.
You can retrieve the event value from the confidential service bus using the getValue() method. It requires two parameters: the wallet address and the key. It will return the confidential value associated with the given key.