I am wrapping an enum in a class so I can map its values in TypeScript
enum Color { RED = 0, GREEN = 1, BLUE =