const project$ = projectDelta(
    action$.thru(ofType(actions.initialize.request)),
    state$.map(({ project }) => project),
  );