namespace Hutopy.Modules.Memberships.Contracts; public interface IMembershipCancellationProcessor { Task CancelAsync(string subscriptionId, CancellationToken ct = default); }