void OnJointBreak()
 {
     if (gameEventChannel != null)
     {
         gameEventChannel.Raise(GameRecord.BotJointBroke(gameObject));
     }
 }