protected internal virtual void OnCapture(StreamEventArgs e)
 {
     if(this.HasCaptureEvents)
         this.Capture(this, e);
 }
 private static void CaptureEventHandler(object sender, StreamEventArgs e)
 {
 }