public async Task CreateTwice()
 {
     var init = new InitializeHub(name, connection);
     await init.RunAsync();
     await init.RunAsync();
 }