`Level` enum has an integer type. If we change it to string, we can remove explicit names for cases and just use like this: ``` public var name: String { return rawValue.uppercased() } ```