public String getFocusedIdentifier(final Path path, final String relativePath) {
   return getIdentifier(
       LogicalPath.getInstance(path, pomManagementService.getFocusedModuleName()), relativePath);
 }
 public String getFocusedCanonicalPath(final Path path, final JavaType javaType) {
   return getCanonicalPath(
       path.getModulePathId(pomManagementService.getFocusedModuleName()), javaType);
 }