window.TestContentPackage = {
showPrompt: function (message) {
return prompt(message, "Type anything here");
}
};