public void TearDown()
 {
     _appendOnlyStore.Dispose();
 }
 void CloseWriter()
 {
     _currentWriter.Dispose();
     _currentWriter = null;
 }