public SubFeatureToggle() : this(JsonConfigHelper.GetPlatform(), JsonConfigHelper.GetEnvironment(), JsonConfigHelper.GetIsTestMode(), JsonConfigHelper.GetApplications()) { }
public JsonFeatureToggler(PlatformEnum platform, EnvironmentEnum environment) : this(platform, environment, JsonConfigHelper.GetIsTestMode(), JsonConfigHelper.GetApplications()) { }