Profile(location: String, name: String, modpack: Modpack, modpackVersion: ModpackVersion, createdOn: Instant = Instant.MIN, lastTouched: Instant = if (createdOn == Instant.MIN) Instant.now() else createdOn)
Class that holds info about a profile, used for serialisation