<PackageReference Include="Microsoft.Extensions.Options" Version="10.0.10" />
Microsoft.Extensions.Options.PostConfigureOptions<TOptions, TDep>
Gets the configuration action.
The dependency.
public string Name {
get; }
Gets the options name.
Invokes the registered initialization
Action if the
name matches.