Loklak.prototype.hello = function (cb) {
    this.httpClient.get('hello.json', function (err, res, body) {
        if (err) {
            cb({});
        } else {