public IActionResult GetShowPagesSaved()
 {
     return(Ok($"Show pages saved: {_showService.GetShowPagesSaved()}"));
 }