public static WindowsPhoneOptions WithToast(ToastNotification notification)
 {
     return new WindowsPhoneOptions { Notification = notification };
 }