/// <inheritdoc cref="IStore"/> public IEnumerable <string> ListStateKeys(Guid chainId) { return(_store.ListStateKeys(chainId)); }