public CloseAwareBin(MsgExceptionHandlingTestCase.CloseAwareStorage storage, IBin bin) : base(bin) { _storage = storage; }
/// <exception cref="System.Exception"></exception> protected override void Configure(IConfiguration config) { _storage = new MsgExceptionHandlingTestCase.CloseAwareStorage(config.Storage); config.Storage = _storage; }