corbel.Iam.prototype.scope = function(id) {
        var scope = new ScopeBuilder(id);
        scope.driver = this.driver;
        return scope;
    };