public static void MapHttpHandler <THttpHandler>(this IEndpointRouteBuilder builder)
 {
     HttpHandler.Build <THttpHandler>(builder);
 }