I'll Get Back to You: Task, Await, and Asynchronous Methods
There's a lot of confusion about async/await. So let's start with the basics and look at how we can consume asynchronous methods using Task and then see how the "await" operator can makes things easier for us.