corbel.Iam.prototype.domain = function() {
    var domain = new DomainBuilder();
    domain.driver = this.driver;
    return domain;
  };