public Stream GetRequestBody()
 {
     return(_owinRequest.GetRequestBody());
 }