Templates/03-powershell-module/ModuleName/Private/New-ModuleNameAction.ps1

function New-ModuleNameAction {
    throw [NotImplementedException]'This needs to be implemented!'
}