I was trying to use the following statement:
@Html.Test().Nand()
However, Razor is choking at the < before the ISQL.
Any
To use generic methods you need to escape the expression
@(Html.Test().Nand())