public async Task AddImageToRecipe(Int32 recipeId, String path)
 {
     await _recipesRepository.AddImage(recipeId, path);
 }