5051525354555657585960
private static ICity createIfNotStroed(ECityName name) throws IOException{ if (!createdCityCache.containsKey(name.name())){ ICity city; switch (name){ case BREMEN: city = new Bremen(); break; case DANZIG: city = new Danzig(); break; case HAMBURG: