namespace SDG_Backend_Barracuda.Models; public interface IEndpointRouteHandler { static abstract void MapEndpoints(IEndpointRouteBuilder routes); }