public IPredefinedToastNotification CreateToastNotification(IPredefinedToastNotificationContent content) { return(new WinRTToastNotification(content, () => ToastNotificationManager.CreateToastNotificationAdapter(appId))); }