public IEnumerable <KeyValuePair <string, string> > GetValues()
 {
     return(settings.GetValues());
 }