public override IAsyncResult BeginFlush(AsyncCallback callback, Object state)
 {
     return(_httpResponse.BeginFlush(callback, state));
 }