public void SendPrivateMessage(string toQq, string message) { _coolQApi.CQ_sendPrivateMsg(AuthCode, Convert.ToInt64(toQq), message); }