public void IncreaseTestingStatus(int testingAmount)
 {
     characterStatus.IncreaseTestingStatus(testingAmount);
     OnStatusUpdated?.Invoke();
 }