private void trkFormationRotation_MouseDown(object sender, MouseEventArgs e)
 {
     Talespire.Log.Warning($"trkFormationRotation.Value = {trkFormationRotation.Value}");
     MiniGrouperScript?.MarkPositionsForLiveRotation(trkFormationRotation.Value);
 }