namespace OF_DL.Services; public class CajetanDownloadService(IAuthService authService, IConfigService configService, ICajetanDbService dbService, IFileNameService fileNameService, ICajetanApiService apiService) : DownloadService(authService, configService, dbService, fileNameService, apiService), ICajetanDownloadService { }