16    public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
 
   18        private static Settings defaultInstance = ((
Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(
new Settings())));
 
   22                return defaultInstance;
 
 
   26        [global::System.Configuration.UserScopedSettingAttribute()]
 
   27        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
   28        [global::System.Configuration.DefaultSettingValueAttribute(
"False")]
 
   31                return ((
bool)(
this[
"ROOT_DELETE_SUPPORTED"]));
 
   34                this[
"ROOT_DELETE_SUPPORTED"] = value;
 
 
   38        [global::System.Configuration.UserScopedSettingAttribute()]
 
   39        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
   40        [global::System.Configuration.DefaultSettingValueAttribute(
"False")]
 
   43                return ((
bool)(
this[
"RESOURCE_DELETE_SUPPORTED"]));
 
   46                this[
"RESOURCE_DELETE_SUPPORTED"] = value;
 
 
   50        [global::System.Configuration.UserScopedSettingAttribute()]
 
   51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
   52        [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
 
   55                return ((
bool)(
this[
"ENFORCE_CLEANUP_BEFORE_RUN"]));
 
   58                this[
"ENFORCE_CLEANUP_BEFORE_RUN"] = value;
 
 
   62        [global::System.Configuration.UserScopedSettingAttribute()]
 
   63        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
   64        [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
 
   67                return ((
bool)(
this[
"ENFORCE_CLEANUP_AFTER_RUN"]));
 
   70                this[
"ENFORCE_CLEANUP_AFTER_RUN"] = value;
 
 
   74        [global::System.Configuration.UserScopedSettingAttribute()]
 
   75        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
   76        [global::System.Configuration.DefaultSettingValueAttribute(
"30000")]
 
   79                return ((
int)(
this[
"REQUEST_TIMEOUT"]));
 
   82                this[
"REQUEST_TIMEOUT"] = value;
 
 
   86        [global::System.Configuration.UserScopedSettingAttribute()]
 
   87        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
   88        [global::System.Configuration.DefaultSettingValueAttribute(
"60000")]
 
   91                return ((
int)(
this[
"COLLECTION_REQUEST_TIMEOUT"]));
 
   94                this[
"COLLECTION_REQUEST_TIMEOUT"] = value;
 
 
   98        [global::System.Configuration.UserScopedSettingAttribute()]
 
   99        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  100        [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
 
  103                return ((
bool)(
this[
"SKIPS_ENABLED"]));
 
  106                this[
"SKIPS_ENABLED"] = value;
 
 
  110        [global::System.Configuration.UserScopedSettingAttribute()]
 
  111        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  112        [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
 
  115                return ((
bool)(
this[
"FAIL_ON_EXPIRED_SKIP"]));
 
  118                this[
"FAIL_ON_EXPIRED_SKIP"] = value;
 
 
  122        [global::System.Configuration.UserScopedSettingAttribute()]
 
  123        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  124        [global::System.Configuration.DefaultSettingValueAttribute(
"https://localhost")]
 
  127                return ((
string)(
this[
"API_URL"]));
 
  130                this[
"API_URL"] = value;
 
 
  134        [global::System.Configuration.UserScopedSettingAttribute()]
 
  135        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  136        [global::System.Configuration.DefaultSettingValueAttribute(
"100")]
 
  139                return ((
int)(
this[
"POLLING_INTERVAL"]));
 
  142                this[
"POLLING_INTERVAL"] = value;
 
 
  146        [global::System.Configuration.UserScopedSettingAttribute()]
 
  147        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  148        [global::System.Configuration.DefaultSettingValueAttribute(
"60000")]
 
  151                return ((
int)(
this[
"DATA_UPLOAD_TIMEOUT"]));
 
  154                this[
"DATA_UPLOAD_TIMEOUT"] = value;
 
 
  158        [global::System.Configuration.UserScopedSettingAttribute()]
 
  159        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  160        [global::System.Configuration.DefaultSettingValueAttribute(
"120000")]
 
  163                return ((
int)(
this[
"OPTIMIZATION_TIMEOUTS"]));
 
  166                this[
"OPTIMIZATION_TIMEOUTS"] = value;
 
 
  170        [global::System.Configuration.UserScopedSettingAttribute()]
 
  171        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  172        [global::System.Configuration.DefaultSettingValueAttribute(
"60000")]
 
  175                return ((
int)(
this[
"DELETE_TIMEOUT"]));
 
  178                this[
"DELETE_TIMEOUT"] = value;
 
 
  182        [global::System.Configuration.UserScopedSettingAttribute()]
 
  183        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  184        [global::System.Configuration.DefaultSettingValueAttribute(
"60000")]
 
  187                return ((
int)(
this[
"SIMULATION_TIMEOUT"]));
 
  190                this[
"SIMULATION_TIMEOUT"] = value;
 
 
  194        [global::System.Configuration.UserScopedSettingAttribute()]
 
  195        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  196        [global::System.Configuration.DefaultSettingValueAttribute(
"analyzere")]
 
  199                return ((
string)(
this[
"HTTPS_USER"]));
 
  202                this[
"HTTPS_USER"] = value;
 
 
  206        [global::System.Configuration.UserScopedSettingAttribute()]
 
  207        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  208        [global::System.Configuration.DefaultSettingValueAttribute(
"test")]
 
  211                return ((
string)(
this[
"HTTPS_PASSWORD"]));
 
  214                this[
"HTTPS_PASSWORD"] = value;
 
 
  218        [global::System.Configuration.UserScopedSettingAttribute()]
 
  219        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  220        [global::System.Configuration.DefaultSettingValueAttribute(
"False")]
 
  223                return ((
bool)(
this[
"VALIDATE_SERVER_CERTIFICATE"]));
 
  226                this[
"VALIDATE_SERVER_CERTIFICATE"] = value;
 
 
  230        [global::System.Configuration.UserScopedSettingAttribute()]
 
  231        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  232        [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
 
  235                return ((
bool)(
this[
"EXECUTING_IN_PARALLEL"]));
 
  238                this[
"EXECUTING_IN_PARALLEL"] = value;
 
 
  242        [global::System.Configuration.UserScopedSettingAttribute()]
 
  243        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  244        [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
 
  247                return ((
bool)(
this[
"RANDOMIZED_TESTS_ENABLED"]));
 
  250                this[
"RANDOMIZED_TESTS_ENABLED"] = value;
 
 
  254        [global::System.Configuration.UserScopedSettingAttribute()]
 
  255        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  256        [global::System.Configuration.DefaultSettingValueAttribute(
"False")]
 
  259                return ((
bool)(
this[
"RUN_OFFLINE"]));
 
  262                this[
"RUN_OFFLINE"] = value;
 
 
  266        [global::System.Configuration.UserScopedSettingAttribute()]
 
  267        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 
  268        [global::System.Configuration.DefaultSettingValueAttribute(
"False")]
 
  271                return ((
bool)(
this[
"ENABLE_REQUEST_DEBUG_LOGGING"]));
 
  274                this[
"ENABLE_REQUEST_DEBUG_LOGGING"] = value;