describe('getFilePath', () => {
    it('returns the file path', () => {
      expect(service.getFilePath(result, 'path/to/file/')).toEqual('path/to/file/nicefile5.jpg');
    });
  });