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