using Microsoft.AspNetCore.Mvc.Razor; namespace Umbraco.Web.Website.ViewEngines { public interface IPluginViewEngine : IRazorViewEngine { } }