public void Publish(AssetPricesUpdate index, string indexName) { _publisher.ProduceAsync(index); _log.Info($"Published '{indexName}': {index.ToJson()}."); }