private static void SetupKestrel(KestrelServerOptions options)
 {
     KestrelConfiguration.Configure(options, webHostBuilderContext.HostingEnvironment, webHostBuilderContext.Configuration, 52532);
 }