protected internal override void onPause()
        {
            base.onPause();

            mRichNotificationManager.unregisterRichNotificationListener(this);
            mRichNotificationManager.stop();
        }