private void OnScoreChanged()
 {
     eventChannel.Publish(new ScoreEvent(score));
 }