private void cleanupAgentPluginsFile() throws IOException {
   FileUtils.deleteQuietly(AGENT_PLUGINS.getLocalFile());
 }
 private SetupOfAgentPluginsFile setupAgentsPluginFile() throws IOException {
   return new SetupOfAgentPluginsFile(AGENT_PLUGINS.getLocalFile());
 }