# Functions
StartGUIServer creates the router, starts the HTTP server & generates the authentication token for access.
StopGUIServer closes the connection to the HTTP server & removes the authentication token file we created.
# Variables
CsrfToken is a session-specific token passed to the GUI's authentication endpoint by app.launchGui.