namespace Core.Services.Mod.OnLoad; public class OnLoadMod { public async Task OnLoad() { throw new NotImplementedException(); } public string GetRoute() { throw new NotImplementedException(); } }