Private/Functions/Get-CurrentStep.ps1

function Get-CurrentStep {
    [CmdletBinding()] param()
    return (Peek-Step)
}