BackChannel.prototype = {
    send: function (project, event, args) {
        if (this.users[project]) {
            this.ws.send(this.users[project], [event, args, 'yours']);
        }