public App() { InitializeComponent(); HardwareButtons.BackPressed += HardwareButtonsOnBackPressed; _continuationManager = new ContinuationManager(); Suspending += OnSuspending; Resuming += OnResuming; UnhandledException += OnUnhandledException; }