public void DeleteGiftGroup(int userId, string token, int id) { client.DeleteGiftGroup(application_Id, userId, token, id); }