Private/TooltipDto.ps1

class TooltipDto {
    [string]$Text
    [string]$ForegroundColor
    [string]$BackgroundColor
}