If you are a C# .NET developer, you’ve probably come across this warning message: “This async method lacks ‘await’ operators and will run synchronously”. If you are defining an async method without the await keyword Visual Studio will give you the following warning message: warning CS1998: This async method lacks…