get usersCompaniesId() {
    if (!this.usersCompaniesIdClass) {
      this.usersCompaniesIdClass = new UsersCompaniesId(this.configuration);
    }
    return this.usersCompaniesIdClass;