create(record) {
    return new this.Implementation.ResourceCreator(this.model, this.params, record, this.user)
      .perform();
  }