client.forward
fire-and-forget; the promise resolves once the daemon has taken the message
await client.forward.text();
await client.forward.json();
await client.forward.binary();