namespace Core.Services.Mod.OnLoad; public class OnLoadModService { public void RegisterOnLoad(string name, object onLoad, object getRoute) { throw new NotImplementedException(); } }