public long GetLong(string key, long defaultValue)
 {
     return(config.GetLong(key, defaultValue));
 }