public async Task <IActionResult> P2Ps() { IEnumerable <IPodcastModel> p2ps = await _podcastService.GetP2Ps(); return(Ok(p2ps)); }