using System; namespace AspClassic.Scripting; internal interface IWeakReferencable { WeakReference WeakReference { get; } }