If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
Co-authored-by: Cody Robibero <cody@robibe.ro>