public static WeChatUser ToEntity(this WeChatUserModel model, WeChatUser destination, IObjectMapper ObjectMapper)
 {
     return(model.MapTo(destination, ObjectMapper));
 }