get usersOrdersProducts() {
    if (!this.usersOrdersProductsClass) {
      this.usersOrdersProductsClass = new UsersOrdersProducts(this.configuration);
    }
    return this.usersOrdersProductsClass;