public AssetTargetLocation(AssetTargetLocationType type)
 {
     LocationType = type;
 }
        // ================================================================================
        //  constructor
        // --------------------------------------------------------------------------------

        public AssetTargetLocation(AssetTargetLocationType type, string subFolderName) : this(type)
        {
            _subDirectoryName = subFolderName;
        }