public virtual void Remove()
        {
            var s = Stat;

            s.Removed = true;
            Stat      = s;
        }
        protected void Stored(bool value = true)
        {
            var s = Stat;

            s.Stored = value;
            Stat     = s;
        }