public Task <Type> CompileAsync(Stream razorTemplate)
 {
     return(_razorService.CompileAsync(razorTemplate, null));
 }