namespace Web.Api; public interface IEndpoint { void MapEndpoint(IEndpointRouteBuilder app); }