public void PowerOn()
 {
     powered = true;
     vacuumParticle?.SetActive(true);
     _indicator?.IndicatorOn();
 }