public void Setup()
 {
     _memoryStream = new NoopStream();
     _pipeWriter   = new StreamPipeWriter(_memoryStream);
 }