public Task ArchiveProduct(int id, [FromServices] UpdateProduct updateProduct) =>
 updateProduct.Archive(id);