To configure the store:
protected override void OnConfigure(IConfigConfiguration configuration)
{
configuration.UseAppConfig();
}
It doesn't have any parameters. It's read-only, and forwards read operation to the standard ConfigurationManager class.