bool IsSupportContent(HttpMethod httpMethod)
 {
     return(httpMethod.IsSupportContent());
 }