async function register (options) {
options.unknownFunction()
}
async function unregister () {
return
module.exports = {
register,
unregister