SystemsRx.Infrastructure
), this contains:ISystemsRxApplication
interface as well as a default implementation SystemsRxApplication
(So you can start your app in a consistent way)ISystemsRxPlugin
(so you can write your own plugins which can be re-used across many projects and shared with others)EventSystem
(So you can send events around your application, which implements IEventSystem
)