martaClass GlobalContextThe global application context.Provides access to the configuration and the action repository.class marta.GlobalContext {let actions: Actionslet application: MartaApplicationfun get(path): Any?}