protected override async Task RegisterWithNotificationHubAsync(Tuple <string, string> hubSas)
 {
     SBNotificationHub notificationHub = new SBNotificationHub(hubSas.Item2, hubSas.Item1);
     await notificationHub.RegisterNativeAsyncAsync(_pushNotificationTokenData, new NSSet());
 }