this.express.get('/init', function (_this) {
            return function (req, res) {
              res.sendfile('./static/html/init.html', function (error) {
                if (error != null) {
                  res.send(500, 'Fatal Error: Init file is missing!');