public async Task Add()
        {
            await _subscriptionStore.AddSubscriptionAsync("SeattleU Volunteering", new Subscriber { Email = "*****@*****.**" });

            await _subscriptionStore.AddSubscriptionAsync("SeattleU Volunteering - Slots", new Subscriber { Email = "*****@*****.**" });
        }