Private/Actions/Sitecore/SitecoreContenthubConnector.ps1

function PSSIM.Action.SitecoreContentHubConnector {
    <#
    .SYNOPSIS
    .DESCRIPTION
    .EXAMPLE
    .INPUTS
    .OUTPUTS
    .NOTES
    #>

    param (
    )
    process {
        PSSIM.UserInteraction.WriteNotImplemented -ActionName "SitecoreContentHubConnector"
    }
}