namespace WatchIt.Website.Services.Configuration.Model; public class Genres { public string Base { get; set; } public string GetGenres { get; set; } public string GetGenre { get; set; } public string PostGenre { get; set; } public string DeleteGenre { get; set; } public string GetGenreMedia { get; set; } }