it('throws if key does not exist', () => {
      const flux = new Flux();
      class TestActions extends Actions {
      }