public OobePowerToysModule(OobePowerToysModule other)
        {
            if (other == null)
            {
                return;
            }

            ModuleName = other.ModuleName;
            Tag        = other.Tag;
            IsNew      = other.IsNew;
            timeOpened = other.timeOpened;
        }
        public OobePowerToysModule(OobePowerToysModule other)
        {
            if (other == null)
            {
                return;
            }

            ModuleName         = other.ModuleName;
            Tag                = other.Tag;
            IsNew              = other.IsNew;
            Image              = other.Image;
            Icon               = other.Icon;
            FluentIcon         = other.FluentIcon;
            PreviewImageSource = other.PreviewImageSource;
            Description        = other.Description;
            Link               = other.Link;
            DescriptionLink    = other.DescriptionLink;
            timeOpened         = other.timeOpened;
        }