internal static bool ShouldStorePrefs(LoginType loginType)
 {
     return(loginType.HasStaticUserId());
 }