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