public Task StoreSubscriptionAsync(PushSubscription subscription)
 {
     return(_client.AddAsync(subscription));
 }