public void CannotCreateSimpleValue_FromStruct() { var value = new TestStruct(); Assert.Throws <InvalidCastException>(() => SimpleValue.Create(value)); }