Data/PerformanceRecord/Get-PerformanceRecordKey.private.ps1

function Get-PerformanceRecordKey {
    param(
        [string]$Stage,
        [string]$Entity
    )
    Write-Output "$($Stage)|$($Entity)"
}