private async Task RestoreAllPartitions() { var version = await m_pstore.GetLatestVersion(); await RestoreAllPartitions(version); }