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