It might be useful to have a transform variant: ```swift let foo = config.string(forKey: "foo", as: Foo.self, default: .bar) { rawString in // turn string into a Foo } ```