@Before
 public void setUp() throws Exception {
   service = new ImportDeclarationPersistenceBackendService();
   storageFile = temporaryFolder.newFile("globals");
   service.setStorageFilePath(storageFile.getPath());
 }