List<PreparationStep>steps=newList<PreparationStep>{newPreparationStep("Step 1","This step is an hardcoded step from a stub implementation of IRecipesSeervice")};
RecipeViewLayout.Children.Add(newRecipeView(newRecipeInfo("Fish And Ships","15 min",newUri("https://upload.wikimedia.org/wikipedia/commons/f/ff/Fish_and_chips_blackpool.jpg"),4)));
FavoritesList.Children.Add(newRecipeView(newRecipeInfo("Fish And Ships","15 min",newUri("https://upload.wikimedia.org/wikipedia/commons/f/ff/Fish_and_chips_blackpool.jpg"),4)));
BasicRecipeView.Children.Add(newRecipeView(newRecipeInfo("Fish And Ships","15 min",newUri("https://upload.wikimedia.org/wikipedia/commons/f/ff/Fish_and_chips_blackpool.jpg"),4)));
ResultSearchView.Children.Add(newRecipeView(newRecipeInfo("Fish And Ships","15 min",newUri("https://upload.wikimedia.org/wikipedia/commons/f/ff/Fish_and_chips_blackpool.jpg"),4)));