private static IWebHost BuildWebHost(string[] args)
{
    return WebHost.CreateDefaultBuilder(args).UseStartup<Startup>().Build();
}