public async Task <bool> CreateEquipmentAsync([FromRoute] int id, [FromBody] CreateEquipmentRequest request) { return(await laboratoryService.CreateEquipmentAsync(id, request)); }