public string GetEventStreamIdByTransactionId(long transactionId) { return(_indexReader.GetEventStreamIdByTransactionId(transactionId)); }