public static void ClearData(Type pageType) { SettingsStore.Remove(pageType.ToString()); }
public static void Destroy() { SettingsStore.Remove(AuthSettingKey); }