Event ========== Really simple event Bus ```go bus1 := eventSystem.Bus() bus1.Emit("test") ```