private static void deprecateTag(int id, APIClient apiClient) throws IOException {
   apiClient.deprecateTag(id);
 }