IHttpClientAction IHttpClientAction.OnVersion(int version)
 {
     _clientWrapper.SetVersionRequestHeader(version);
     return(this);
 }