private IAsyncOperation <bool> GetNewsAndPushToast()
 {
     try {
         return(AsyncInfo.Run(token => ToastHelper.GetNewsAndPushToastAsync()));
     } catch (Exception) { /* ignored */ }
     return(null);
 }