public override void OnReady(NotificarePushLib library, NSDictionary info)
 {
     // Start notifications
     Console.WriteLine ("Notificare ready, register for notifications");
     library.RegisterForNotifications ();
 }
 public override void OnReady(NotificarePushLib library, NSDictionary info)
 {
     library.RegisterForNotifications ();
 }