using System.Threading.Tasks; namespace Microsoft.AspNet.Mvc.Razor { public interface IVirtualPathViewFactory { Task CreateInstance(string virtualPath); } }