protected override void OnError(EventArgs e)
 {
     base.OnError(e);
     _compressedComponent.OnError(e);
 }