public ContentResult Wechat(WechatContext wechatContext)
 {
     return(Content(wechatContext.GetResponse()));
 }