using Microsoft.AspNetCore.Mvc; namespace Yavsc.ApiControllers { public class PodcastController : Controller { } }