@Override
 public <K, V> KeyValueStoreReader<K, V> getStore(String storeName) throws IOException {
   return mKVStoreFactory.openStore(storeName);
 }