public async Task <bool> ContainsAll(IEnumerable <Domain.Transaction> tx) => await TransactionPool.ContainsAll(tx);