public override void Handle(SendLikeApiMahuaCommand message)
 {
     CoolQApi.CQ_sendLikeV2(AuthCode, Convert.ToInt64(message.ToQq), 1);
 }