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