/// <inheritdoc cref="IStore"/> public long CountIndex(Guid chainId) { return(_store.CountIndex(chainId)); }