namespace OwnChar.Server.Api.Endpoint; internal interface IApiEndpoint { void Initialize(IApiBuilder builder); }