using Avalonia_Services.Core; namespace Avalonia_Services.Services.QrCode { public interface IQrCodeService { Task GenerateQrCodeAsync(ServiceEndpointContext ctx); } }