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