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