A quick & dirty Feature Toggle / Feature Switch implementation in C#.
Useful if you just can't be bothered with a more feature-rich implementation and don't care about lots of important things - Dependency Injection, Testability, etc.
You have been warned!