In my ASP.NET Core app I have few (dozen) methods created in the form of
public async Task DoStuff() { // ... }
So, no return type.
L