exports['swe-notify']:SendNotification("Success!", 5000, "success")
exports['swe-notify']:SendNotification("Error!", 5000, "error")
exports['swe-notify']:SendNotification("This is a info message.", 5000, "info")
exports['swe-notify']:SendNotification("WARNING WARNING!!", 5000, "warning")