private void CheckTranslations(IndustrialClassName source, IVmOpenApiLanguageItem target)
 {
     target.Value.Should().Be(source.Name);
     //target.Language.Should().Be(source.Localization.Code);
 }
 private void CheckTranslations(OntologyTermName source, IVmOpenApiLanguageItem target)
 {
     target.Value.Should().Be(source.Name);
 }