/**
  * Gets the URI.
  *
  * @param security the security, not null
  * @return the URI
  */
 public URI securityVersion(final Security security) {
   return WebSecurityVersionResource.uri(_data, security.getUniqueId());
 }
 /**
  * Gets the URI.
  *
  * @return the URI
  */
 public URI securityVersion() {
   return WebSecurityVersionResource.uri(_data);
 }