/**
  * @vcr comments/test-get-comment-status-list-vcr.yml
  */
 public function testGetCommentStatusList()
 {
     $statuses = $this->client->getCommentStatusList();
     $this->assertGreaterThan(0, count($statuses));
 }