Future<void> deleteSubscription(int subscriptionId) { return DeleteSubscriptionQuery(subscriptionId).perform(); }