public void DeactivatePowerUp(IPowerUp powerUp) { powerUp.Deactivate(); activePowerUps.Remove(powerUp); expiredPowerUps.Add(powerUp); }