public static void RecordNotificationReceived(Intent message)
 {
     CurrentInstance.RecordNotificationReceived(message);
 }
 public static void RecordNotificationReceived(UILocalNotification message)
 {
     CurrentInstance.RecordNotificationReceived(message);
 }