Looking to understand how to send a string of literal characters to a search input. I've tried: await xboxClient.TextChannel.AppendText("hello"); But this results in an object reference not set error on the TextChannel dec. Apologies as I'm sure i'm missing something obvious but can't find a working example in the docs or open tickets. Thanks in advance for your help!