public EnsembleNavigatorDecoratingLabelProvider(NavigatorContentService contentService) {
   super(contentService.createCommonLabelProvider());
   this.contentService = contentService;
 }