public void Delete(string id)
 {
     _configurationSettingRepository.Remove(id);
 }