I have a controller method that invoke other method TryDoSomethingAsync()
TryDoSomethingAsync()
public Task ControllerMethod() { await TryDoSomethi