using AMREZ.EOP.Contracts.DTOs.Authentications.EnableTotp; namespace AMREZ.EOP.Abstractions.Applications.UseCases.Authentications; public interface IEnableTotpUseCase { Task ExecuteAsync(EnableTotpRequest request, CancellationToken ct = default); }