Properties properties = new Properties();
properties.put("model_id", "com.jresearchsoft.flexess.examples.orders");
properties.put("flexess_url", "http://localhost:8080/flexess");
properties.store(stream, "Test properties for single model");
IAuthorizationManager am = Flexess.getAuthorizationManager();
Assert.assertNotNull(am);
}