public static void EnsureInitialized() { if (Instance == null) { Instance = new QueryDataStore(); } }
public static void Clear() { Instance = null; }