fun hashSet(name: String): HashSetMaker<*>
fun <E> hashSet(name: String, serializer: Serializer<E>): HashSetMaker<E>