I use an async method in my synchronous method. That\'s what Task.Wait() was made for.
Task.Wait()
I think the code to wait synchronously for the result of a Task, i