public void CreateAndDispose()
 {
     var cluster = new QdbCluster(DaemonRunner.ClusterUrl);
     cluster.Dispose();
 }