public void LeaveGroup(string toGroup) { _coolQApi.CQ_setGroupLeave(AuthCode, Convert.ToInt64(toGroup), false); }