/** Creates a vertex. */
 public Object createVertex(IUserInfo info) {
   return writer.createVertex(handler.vertexCopy(info));
 }