using IdentityServer; await WebApplication.CreateBuilder(args) .ConfigureServices() .ConfigurePipeline() .RunAsync();