namespace Azaion.Repository.DTO.Configs; public class FoldersConfig { public string VideosFolder { get; set; } = null!; public string HlsFolder { get; set; } = null!; public string FfmpegExecutable { get; set; } = null!; }