public Task Delete(string id)
 {
     return(_subscriptionService.DeleteByIdsAsync(new[] { id }));
 }