public static void Drop() { if (Session != null && Session.Keyspace != null) { Session.DeleteKeyspaceIfExists(Session.Keyspace); } Cluster.Shutdown(); }