public async Task _DeleteAll() { var reportsService = new ReportsService(); reportsService.DropCollection(); await _Generate(10); }