public async Task EditDevice(string type, string price) { var price1 = Double.Parse(price); await _deviceTypeService.EditAsync(type, price1); }