remove(ids) {
    return new this.Implementation.ResourcesRemover(this.model, this.params, ids, this.user)
      .perform();
  }