private static List<Tag> getTags(APIClient apiClient) throws IOException {
    List<Tag> tags = null;

    tags = apiClient.getTags();

    return tags;
  }