public Item GetEquippedItem(CharacterInventoryPositionEnum position) { return(Items.FirstOrDefault(x => x.Position == position)); }