async Task — awaitable. async void — fire-and-forget.
1public async Task DoWork() { }2public async void DoWork() { }