async void – How to Tame the Asynchronous Nightmare

Most intermediate dotnet devs writing async await code in C# will come across async void at some point. Here’s a creative solution for avoiding the headaches.