using Core.DI; namespace Core.Callbacks; public class PresetCallbacks : OnLoad { public PresetCallbacks() { } public async Task OnLoad() { throw new NotImplementedException(); } public string GetRoute() { throw new NotImplementedException(); } }