Future<String> getDbNameBibleWithOutExtension() async { var data = await getDbNameBible(); return data.replaceAll('.db', ''); }