You're sure you should use .Result here instead of awaiting it?
To make this simple they introduced async Main[2] a few years ago.
[1]: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/b...
[2]: https://github.com/dotnet/csharplang/blob/main/proposals/csh...
You're sure you should use .Result here instead of awaiting it?