Example for reading configurationsfrom 'appsettings.json' in a console app 1.) Using the options pattern (strongly typed configuration): * via options object 2.) Reading the configuration-section directly: * via GetSection(key).Value * via GetValue(key) * via Indexer