public virtual async Task StartAsync(CancellationToken cancellationToken) { await _symbolService.LoadCacheAsync(cancellationToken); await _mt4Manager.StartAsync(cancellationToken); _workerManager.StartWorker <MarketDataWorker>(); }