Microsoft.Extensions.Options.IOptionsMonitor<TOptions>
Monitors changes on a TOptions instance.
Gets the current TOptions instance with the DefaultName.
Returns a configured TOptions instance with the given name.
Registers a listener to be called whenever a named TOptions changes.