I have found multiple things online and outdated information that simply does not work.
What does not work ?
TryEnqueue works, if it is needed.
Like :
bool isQueued = this.DispatcherQueue.TryEnqueue(Microsoft.UI.Dispatching.DispatcherQueuePriority.Normal, async () =>
{
// some code with await...
});