namespace Core.Services.Mod.DynamicRouter; public class DynamicRouterMod { public string GetTopLevelRoute() { throw new NotImplementedException(); } }