interface DataStoreConfiguration
abstract fun getGenesisFile(): String
abstract fun getName(): String
abstract fun getStoragePath(): Path