public async Task RemoveAll() { PlayerPrefsV2.DeleteAll(); if (fallbackStore != null) { await fallbackStore.RemoveAll(); } }