@Override
 public int getCommitIndex(@NotNull Hash hash) {
   return myHashMap.getCommitIndex(hash);
 }
 @Override
 @NotNull
 public Hash getHash(int commitIndex) {
   return myHashMap.getHash(commitIndex);
 }