private static SiloHostBuilder CreateBuilder() { var builder = new SiloHostBuilder(); builder.WithFakeHost(); return(builder); }