public async Task <IActionResult> Specials() { IEnumerable <IPodcastModel> specials = await _podcastService.GetSpecials(); return(Ok(specials)); }