Using a ServiceReference in Blazor WebAssembly with System.Text.Json
A ServiceReference in C# allows you to access a swagger/open api API from your C# project. This can be useful because the whole client to communicate with the API will be generated for you.