public class Startup {
// Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services) {
///...
}
// Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app) {