private void TestManualStreamSelection() { bool b; m_read.SetManualStreamSelection(true); m_read.GetManualStreamSelection(out b); Debug.Assert(b); }