function ServerSorter(node, current_node, new_position, positions_updater) {
    this.node = node;
    this.current_node = current_node;
    this.new_position = new_position;
    this.positions_updater = positions_updater;