public async Task TruncateAsync() { await _dbContext.TruncateAsync <PredictionSchedule>().ConfigureAwait(false); }