public async Task RunBeforeAnyTests() { // Start test cluster. await TestClusterBuilder.StartSilo(); // Start test client. await TestClientBuilder.StartClient(); }