private void fullScreenYoutubeDialog_CloseFullScreenVideoDialog()
 {
     ReloadRecipePage?.Invoke(_recipeID);
 }
 private void CarouselDialog_CloseCarouselDialog()
 {
     ReloadRecipePage?.Invoke(_recipeID);
 }