public int[] GetWearing() { return(_inventoryLogic.GetInventory(true).Select(e => e.Id).ToArray()); }