@Test
public void testRemoveComment() throws Exception,
InterruptedException {
Random rand = new Random(19580427);
InstagramSession session = getNewSession();
Media media = session.getPopularMedia().get(rand.nextInt() % 10);
//Comment comment = session.postComment(media.getId(), "nice pic");
//Thread.sleep(5);
/*
* Test that no Exception is thrown for a valid comment id
*/