public ExtensionUnitTest() { var host = new ServiceHost(); host.ConfigureSnowflakeGenerator(1, DateTime.Parse("1970.01.01")); _ = host.RunAsync(); }