namespace System.Linq.Expressions { public interface IStrongBox { object Value { get; set; } } }