public async Task <ActionResult <Unit> > RetryContentAndPublishing(Guid releaseId)
 {
     return(await _publishingService
            .RetryReleaseStage(releaseId, ContentAndPublishing)
            .HandleFailuresOrOk());
 }