//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: private static void restartingTheClusterShouldWork(org.neo4j.test.ha.ClusterRule clusterRule) throws Exception private static void RestartingTheClusterShouldWork(ClusterRule clusterRule) { ClusterManager.ManagedCluster cluster = clusterRule.StartCluster(); try { cluster.Await(allSeesAllAsAvailable(), 180); } finally { clusterRule.ShutdownCluster(); } AssertAllStoreConsistent(cluster); }