public static int ReadInt(ISction section, string key, int defalutValue) { return(xs.ReadInt(section.ToString().ToLower(), key, defalutValue)); }