public async Task <string> GetPriceListByName(string name) { return(await _db.GetPriceListOfToolTypeByNameAsync(name)); }