public Task Flush() { #if NET45 return(ResponseBody.FlushAsync()); #else return(TaskAsyncHelper.FromMethod(() => ResponseBody.Flush())); #endif }