public static Rect GetRect(string key)
 {
     return(ObscuredPrefs.GetRect(key, new Rect(0f, 0f, 0f, 0f)));
 }