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