db.Insert(newRecipe(newRecipeInfo("Salmon",20,10,newUri("https://www.wholesomeyum.com/wp-content/uploads/2021/06/wholesomeyum-Pan-Seared-Salmon-Recipe-13.jpg"),4,Guid.NewGuid()),Constants.MAIN_USER_ACCOUNT.User,newList<Ingredient>{newIngredient("Ingredient 1",6)}.ToImmutableList(),newList<PreparationStep>{newPreparationStep("Step 1","Bake the eggs")}.ToImmutableList()));
db.Insert(newRecipe(newRecipeInfo("Fish",50,30,newUri("https://www.ciaanet.org/wp-content/uploads/2022/07/Atlantic-and-Pacific-whole-salmon-1024x683.jpg"),4.5F,Guid.NewGuid()),Constants.MAIN_USER_ACCOUNT.User,newList<Ingredient>{newIngredient("Ingredient 1",6)}.ToImmutableList(),newList<PreparationStep>{newPreparationStep("Step 1","Bake the eggs")}.ToImmutableList()));
db.Insert(newRecipe(newRecipeInfo("Space Cake",800,5,newUri("https://static.youmiam.com/images/recipe/1500x1000/space-cake-22706?placeholder=web_recipe&sig=f14a7a86da837c6b8cc678cde424d6d5902f99ec&v3"),5,Guid.NewGuid()),Constants.USER3,newList<Ingredient>{newIngredient("Ingredient 1",6)}.ToImmutableList(),newList<PreparationStep>{newPreparationStep("Step 1","Bake the eggs")}.ToImmutableList()));
*/
db.Insert(newRecipe(newRecipeInfo("Cupcake",500,12,newUri("https://www.mycake.fr/wp-content/uploads/2015/12/rs_cupcake_4x3.jpg"),4.2F,Guid.NewGuid()),account.User,newList<Ingredient>{newIngredient("Chocolate",4)}.ToImmutableList(),newList<PreparationStep>{newPreparationStep("Eat Chocolate","Eat the chocolate")}.ToImmutableList()));
recipes.UploadRecipe(newRecipe(newRecipeInfo("Cupcake",500,12,newUri("https://www.mycake.fr/wp-content/uploads/2015/12/rs_cupcake_4x3.jpg"),4.2F,Guid.NewGuid()),account.User,newList<Ingredient>{newIngredient("Chocolate",4)}.ToImmutableList(),newList<PreparationStep>{newPreparationStep("Eat Chocolate","Eat the chocolate")}.ToImmutableList()));