public async Task Activated(bool dataPreserved) { if (dataPreserved) { ViewModelManager.ClearSavedState(); return; } PreInitialize(); await Initialize(); ViewModelManager.RestoreState(); //Call start? }