public ModuleVersionResolveState getRevision(ModuleVersionIdentifier id) {
   return getModule(id.getModule()).getVersion(id);
 }