public static WindowsPhoneOptions WithRaw(RawNotification notification) { return(new WindowsPhoneOptions { Notification = notification }); }
public static WindowsPhoneOptions WithRaw(RawNotification notification) { return new WindowsPhoneOptions { Notification = notification }; }