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