curServer.invokeMethod({method, params})
                        .then((ret) => { this.send(objectAssign({payload: ret}, carryOnHostPort)); })
                        .catch(() => { this.error(this.RED._('mopidy-out.errors.method-does-not-exist', { method }) ); })