I have a UWP app which uses a MediaCapture & CaptureElement to preview the camera. I am unsure what to do to handle suspending & resuming of the app to stop the camera when suspending & start it when resuming. Because the Suspending & Resuming events are part of the Application class (not the Page class), I cannot access my MediaCapture & CaptureElement from those handlers. What should I do?