public static long GetLong(string key)
 {
     return(ObscuredPrefs.GetLong(key, 0L));
 }