namespace SPMS.Application.Interfaces; public interface IDuplicateChecker { Task IsDuplicateAsync(string requestId, CancellationToken cancellationToken = default); }