public void SendLike(string toQq)
 {
     _coolQApi.CQ_sendLikeV2(AuthCode, Convert.ToInt64(toQq), 1);
 }