namespace Emergence.api.Interfaces { public interface IEndpoint { void MapEndPoint(IEndpointRouteBuilder app); } }