namespace PostFundManagement.Domain.Abstractions; public interface IEndpoint { void Map(IEndpointRouteBuilder builder); }