namespace Vegasco.WebApi.Endpoints; public interface IEndpoint { void MapEndpoint(IEndpointRouteBuilder builder); }