namespace AMREZ.EOP.Contracts.DTOs.Authentications.Login; public sealed record LoginResponse( Guid UserId, Guid TenantId, string Email, string TenantKey, string[] Roles );