void OnApplicationPause(bool status) { if (status) { Broker.Global.Publish(GamePause.Get()); } else { Broker.Global.Publish(GameResume.Get()); } }