Explicit shutdown order for EmbeddedCassandra and SessionCache
Description
Application's unit tests that use EmbeddedCassandra may fail due to incorrect shutdown order. SCC solved that by shutting down SessionCache and EmbeddedCassandra in serial fashion. This approach needs to work for application's unit test as well.