namespace AMREZ.EOP.Abstractions.Applications.UseCases.Payments.SlipVerification.QrDecode; public interface IQrDecoder { string? TryDecodeText(byte[] imageBytes); }