Async methods

The following types of methods are supported :

  1. void
  2. int
  3. Task
  4. Task<int>
  5. async Task
  6. async Task<int>

Task result types will be awaited automatically