async void Current_Suspending(object sender, Windows.ApplicationModel.SuspendingEventArgs e) { if (!LibrarySource.IsDataLoaded) { await LibrarySource.LoadData(); } await LibrarySource.UpdateBooks(); }