using Manager.YouTube; namespace Manager.App.Services.System; public class ClientManager : BackgroundService { private readonly List _clients = []; protected override Task ExecuteAsync(CancellationToken stoppingToken) { throw new NotImplementedException(); } }