functions/Get-YouTubeComment.ps1

function Get-YouTubeComment {
  [CmdletBinding()]
  param (

  )
  throw 'This command is not implemented'
}