Avoiding async void
Context: async void methods have error‑handling and composition problems. They should only be used for event handlers.
Context: async void methods have error‑handling and composition problems. They should only be used for event handlers.