public static Action <Stream> Razor(this IViewEngine source, string name)
 {
     return(source.Razor(name, (object)null));
 }