Microsoft.Extensions.Options.OptionsManager<TOptions>
Implements IOptions<T> and IOptionsSnapshot<T>.
Gets the default configured TOptions instance (equivalent to Get(Options.DefaultName)).
Initializes a new instance with the specified options configurations.
Returns a configured TOptions instance with the given name.