public IActionResult GetAll([FromRoute] Guid tool_id) { try { return(Ok(_executor.GetAll(tool_id))); } catch (Exception e) { return(GetError(e)); } }