protected virtual void ParseNotificationPayloadData(string _payload, out CrossPlatformNotification _notification)
 {
     _notification = CrossPlatformNotification.CreateNotificationFromPayload(_payload);
 }