namespace AMREZ.EOP.Contracts.DTOs.Authentications.UnassignRole; public sealed class UnassignRoleRequest(Guid UserId, Guid TenantId, string RoleCode);