02-simple-module-with-manifest/ModuleName.psm1

function MyFirstFunction {
    throw [NotImplementedException]'Needs to be implemented!'
}