public IActionResult Delete([FromRoute] string serial) { _meterService.Deactivate(serial); return(new NoContentResult()); }