public Task DiscardSubscriptionAsync(string endpoint)
 {
     return(_client.RemoveAsync(endpoint));
 }