private void ChangeTire(PitCommandModeTypes type, int pressure)
 {
     Broadcast(BroadcastMessageTypes.PitCommand, (int)type, pressure);
 }
 private void ChangeTire(PitCommandModeTypes type, int pressure)
 {
     Broadcast(BroadcastMessageTypes.PitCommand, (int)type, pressure);
 }