namespace Core.Callbacks; public class PresetCallbacks { public void Load() { throw new NotImplementedException(); } }