using Microsoft.AspNet.DependencyInjection; namespace Microsoft.AspNet.Mvc { public interface IActionInvokerProvider : INestedProvider { } }