An async method has signature 'async void Fire()' and throws an exception inside it. What is the practical problem?async void Fire() { await Task.Delay(10); throw new InvalidOperationException(); }