public static TotalRecipeModel WithRecipeIngredientsEmpty() { return(TotalRecipeModelExtensions.WithRecipesIngredients(Default(), new IngredientModel[0])); }
public static TotalRecipeModel WithRecipeIngredientsNull() { return(TotalRecipeModelExtensions.WithRecipesIngredients(Default(), null)); }