In a normal .net core service, the template would create a function like this for me :
public void Configure(IApplicationBuilder app) { ... }