I am new to asynchronous programming with the async modifier. I am trying to figure out how to make sure that my Main method of a console applicati
async
Main
In Main try changing the call to GetList to:
Task.Run(() => bs.GetList());