// internal for tests internal void HandleApplicationStart(object sender, EventArgs evargs) { // ******** THIS IS WHERE EVERYTHING BEGINS ******** // create the register for the application, and boot // the boot manager is responsible for registrations var register = GetRegister(); _runtime = GetRuntime(); _runtime.Boot(register); }