Make it stop! (Game.Exit deprecated?)

I’m working on Windows 10 Universal app with Monogame 3.4.
When call Exit method of game instance in GamePage, then navigate to other Page, it still run Update function loop forever.
How can we stop it?
Thank,