private async Task PopulateCurrencies() { await SaveRange(_data.Currencies().Where(x => x != null)); }