I want to do this:
string template = \"Hello @Model.Name! Welcome to Razor!\"; string result = Razor.Parse(template, new { Name = \"World\" });