namespace Core.Services.Mod.StaticRouter; public class StaticRouterModService { public void RegisterStaticRouter(string name, List routes, string topLevelRoute) // TODO: was List routes { throw new NotImplementedException(); } }