const fakeAction = (currentState: testState, param1: string, param2: string) => {
    return { ...currentState, foo: param1 + param2 };
  };