namespace Core.Callbacks; public class HttpCallbacks { public async Task OnLoad() { throw new NotImplementedException(); } public string GetRoute() { throw new NotImplementedException(); } public string GetImage() { throw new NotImplementedException(); } }