internal/ShowDialog.ps1

    function ShowDialog {
        [void]$Picker.ShowDialog()
    }