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