In .NET 5 I setup a webserver with OWIN
public void ConfigureServices(IServiceCollection services) { services.AddControllers(options => { optio