public static BuildFunc UseHelloWorld(this BuildFunc builder)
 {
     return builder.Use(HelloWorldMiddleware.Create());
 }