public async Task Appeared()
 {
     Recipes = await RecipesService.GetRecipes();
 }