This method ensures the license key is never exposed in the browser or stored in client-side code. For Blazor WebAssembly applications particularly, this is the recommended approach because registering a license key directly in Program.cs exposes it through compiled assemblies, making it accessible in the browser.
Console.WriteLine("✅ License valid");