Client.prototype.on = function on(event, fn, context) {
    this.fallbackCallback(this.parent.on, event, fn, context);
};