public void UpdateFreezeCount()
    {
        byte ct = CurrentConnection.GetFreezeCount();

        CountLabel.text = $"{ct}/255";
    }