public JSONWQDefaultValueProvider(string jsonFilePath, bool createNewConfigFileIfNotExist, WayToLoadConfigFile wayToLoadConfigFile)
 {
     _jsonFilePath = jsonFilePath;
     _createNewConfigFileIsNotExist = createNewConfigFileIfNotExist;
     _wayToLoadConfigFile = wayToLoadConfigFile;
     Init();
 }
 public JSONWQDefaultValueProvider(string jsonFilePath, bool createNewConfigFileIfNotExist, WayToLoadConfigFile wayToLoadConfigFile)
 {
     _jsonFilePath = jsonFilePath;
     _createNewConfigFileIsNotExist = createNewConfigFileIfNotExist;
     _wayToLoadConfigFile           = wayToLoadConfigFile;
     Init();
 }