type t = {
  registrations: HandlerRegister.registrations,
  config: Config.t,
  persistence: Persistence.t,
  inMemoryStore: InMemoryStore.t,
}
