Can I do something like this:
Configs.Environment.Development;
I'm currently doing something like this:
Configs.Environment == "DEV";
I don't particularly care for the strings, but I don't know how to set "specific" properties or if it's possible.