return _authentificationService;
}
public ContentService getContentService() {
if(_contentService == null) {
_contentService = new HttpContentService();
_contentService.setServer(getCurrentServerProvider());
_contentService.setUakProvider(getAutoLoginUAKProvider());
}
return _contentService;
}