Microsoft.Extensions.Hosting.IHost
A program abstraction.
Gets the services configured for the program (for example, using ConfigureServices).
Starts the IHostedService objects configured for the program.
The application will run until interrupted or until StopApplication is called.
Attempts to gracefully stop the program.