Private/TooltipDto.ps1

class TooltipDto
{
    [string]$Text
    [System.ConsoleColor]$ForegroundColor
    [System.ConsoleColor]$BackgroundColor
}