private NTriplesElementFactoryImpl([NotNull] IPsiModule module, [NotNull] ISolution solution)
 {
     this.myModule = module;
     this.Solution = solution;
     this.Solution.GetPsiServices();
     this.myLanguageService = (NTriplesLanguageService)NTriplesLanguage.Instance.LanguageService();
 }
 private NTriplesElementFactoryImpl([NotNull] IPsiModule module, [NotNull] ISolution solution)
 {
     this.myModule = module;
     this.Solution = solution;
     this.Solution.GetPsiServices();
     this.myLanguageService = (NTriplesLanguageService)NTriplesLanguage.Instance.LanguageService();
 }