namespace zero.Core.Routing { public class RouteProviderEndpoint { public string Controller { get; set; } public string Action { get; set; } } }