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