namespace line_gestao_api.Models; public interface ITenantEntity { Guid TenantId { get; set; } }