CRS.NavContainerHelperExtension.psm1
| 
                                Get-Item $PSScriptRoot | Get-ChildItem -Recurse -Filter '*.ps1' |  where FullName -NotLike '*Tests.ps1' |  Sort Name | foreach { Write-Verbose "Loading $($_.Name)" . $_.fullname } Export-ModuleMember -Function *  |