Applications need access to Kyowon.Client.Client.{client,store}. If applications don't choose their own on startup, then those values are set internally. Therefore, they need to be routed through Kyowon.Client.Reflex somehow. A raw value would be sufficient, since these don't change during a session.
Applications need access to
Kyowon.Client.Client.{client,store}
. If applications don't choose their own on startup, then those values are set internally. Therefore, they need to be routed throughKyowon.Client.Reflex
somehow. A raw value would be sufficient, since these don't change during a session.