namespace OwnChar.ServerNew.Api.Endpoint; public interface IApiBuilder { void Map(string path, Delegate action); }