#if NET20 || NET30 //|| !NET_4_6
namespace System.Runtime.CompilerServices
{
public interface IStrongBox
object Value { get; set; }
}
#endif