public async Task <bool> InsertAll() { await citiesRepository.InsertAllAsync(@"/app/Static/cities.csv"); return(true); }