public ActionEntry(InputAction action, AxisRange axisRange) {
     this.action = action;
     this.axisRange = axisRange;
     this.actionSet = new InputActionSet(action.id, axisRange);
     fieldSets = new IndexedDictionary<int, FieldSet>();
 }