private Task HandleNewCustomerSubscription(string json) { return(_webhookHandlerService.HandleNewCustomerSubscriptionAsync(json)); }
private async Task HandleNewCustomerSubscription(string json) { await _webhookHandlerService.HandleNewCustomerSubscriptionAsync(json); }