using AMREZ.EOP.Contracts.DTOs.Authentications.Refresh; namespace AMREZ.EOP.Abstractions.Applications.UseCases.Authentications; public interface IRefreshUseCase { Task ExecuteAsync(RefreshRequest request, CancellationToken ct); }