namespace zero.Routing; public class Routes_ForResolver : ZeroIndex { protected override void Create() { Map = items => items .Select(x => new { Url = x.Url, AllowSuffix = x.AllowSuffix }); } }