namespace FileShare_Services.Services.QrCode
{
public sealed record QrCodeResponse(string Url, string QrCodeBase64);
}