static Future<void> setHivePath(String path) async { await DBUseCases.write(DBKeys.hivePath, path); }