public async Task StartAsync()
        {
            await _candlesCache.InitializeAsync();

            _orderBooksSubscriber.Start();
        }