using RecNet.Application.Common.Steam; namespace RecNet.Application.Common.Interfaces; public interface ISteamAuthService { Task AuthorizeAsync( string ticket, string appId, CancellationToken ct = default); }