Check if service is ready
static Future<bool> isReady() async { return await SecureConfigManager.hasValidConfig() && instance.isInitialized; }