private void SetOutputLocationsValue(OutputLocations value) { outputLocationsStorage = value; }
private OutputLocations GetOutputLocationsValue() { return(outputLocationsStorage ?? (outputLocationsStorage = new OutputLocations(this))); }