public async Task <string> CreateAsync(Subscription subscription) { return((await _databaseProvider.CreateAsync(subscription)).SubscriptionId); }