I am building a Blazor app and need to load some initial data when the app starts so that I can put the data into a CascadingPerameter to be used by other components.
I a