public RecipeDataItem FindRecipe(string uniqueId) { return(ItemGroups.SelectMany(g => g.Items).SingleOrDefault(i => i.UniqueId == uniqueId)); }