/// Clear all streams
 public void ClearAll()
 {
     Validate();
     Streams.ClearAll();
 }