public FirebirdStorageContext() { this._blockHeaderStorage = new BlockHeaderStorage(this); this._blockTransactionsStorage = new BlockTransactionsStorage(this); this._transactionStorage = new TransactionStorage(this); this._chainedBlockStorage = new ChainedBlockStorage(this); this._blockchainStorage = new BlockchainStorage(this); }