static bool GetBooleanConfig(string switchName, string envVariable, bool defaultValue=false)
static short GetInt16Config(string configName, short defaultValue, bool allowNegative=true)
static bool GetBooleanConfig(string configName, bool defaultValue)
static int GetInt32Config(string configName, int defaultValue, bool allowNegative=true)
static ? object GetData(string name)
static bool TryGetSwitch(string switchName, out bool isEnabled)