public static uint GetUInt(string key)
 {
     return(ObscuredPrefs.GetUInt(key, 0u));
 }