namespace Hutopy.Application.Common.Interfaces; public interface IStripeService { public Task CreateCheckoutSession(int amount, string currency); }