protected function assertSuccessful(ApiResponse $response)
 {
     $this->assertEquals(ApiResponse::STATUS_SUCCESS, $response->getStatus());
 }