constructor: function(driver, id) {
      this.driver = driver;
      this.uri = 'asset';
      this.id = id;
    },