public async Task <EquipmentResponse> Delete([FromQuery] string guid) { return(await _equipment.DeleteEquipmentByGuid(guid)); }