new File("src/test/files/expectedProducts.json"));
assertEquals(expected, products.getPayloadAsString());
}
void startServer() throws IOException {
fakeFtpServer = new FakeFtpServer();
fakeFtpServer.setServerControlPort(9879);
fakeFtpServer.addUserAccount(
new UserAccount("foo", "foo", "/"));
FileSystem fileSystem = new UnixFakeFileSystem();