Debug Mode Only Compiler Check
#if DEBUG //Only do if we're in debug mode
#endif
#if !DEBUG //Only do if we're in release mode
#endif
#if (DEBUG && DEBUG_AUTO_LOG_IN_USER_ID)
#endif
Close Application
Windows.ApplicationModel.Core.CoreApplication.Exit();
Restart Application / Soft Reset
You can simply close the app and then the OS will immediately restart it
