in path-manager/app/services/ShortUrlEncoder.scala [20:22]
private def base27encode(pageId: Long) = { java.lang.Long.toString(pageId, 27) }