public GPX10Track(GPX.XSD.Ver10.gpxTrk trkType)
        {
            _trkType = trkType;
            _uniqueID = GetUniqueKey();

            _trackSegments = GetTrackSegments();
        }
        public GPX10Track(GPX.XSD.Ver10.gpxTrk trkType)
        {
            _trkType  = trkType;
            _uniqueID = GetUniqueKey();

            _trackSegments = GetTrackSegments();
        }