namespace Core.Services.Mod.StaticRouter; public class StaticRouterMod // TODO: : StaticRouter { public string GetTopLevelRoute() { throw new NotImplementedException(); } }