using AMREZ.EOP.Contracts.DTOs.Integrations.SCB.SlipVerification; namespace AMREZ.EOP.Abstractions.Infrastructures.Integrations.SCB.Clients; public interface IScbSlipClient { Task VerifyAsync(string transRef, string sendingBank, CancellationToken ct); }