public ConfigurationSettings(IConfigurationProvider provider)
 {
     this.Value = provider.GetSettingValue("Value");
 }