public static int GetInt(string Key) { return(AppHelper.ToInt(GetString(Key))); }
public static string GetString(string Key) { return(AppHelper.ToString(GetAppSettings()[Key].Value)); }