/// <summary>
 /// Causes the stream to flush all changes.
 /// </summary>
 public override void Flush()
 {
     lock (_common)
     {
         Wrapped.Flush();
     }
 }