public void Dispose() { _bag = null; }
public DynamicSettingsBag(SettingsBag bag) { _bag = bag ?? throw new ArgumentNullException(nameof(bag)); }