in src/Amazon.Extensions.Configuration.SystemsManager/SystemsManagerExtensions.cs [124:129]
public static IConfigurationBuilder AddSystemsManager(this IConfigurationBuilder builder, string path, bool optional)
{
if (path == null) throw new ArgumentNullException(nameof(path));
return builder.AddSystemsManager(ConfigureSource(path, null, optional));
}