public IActionResult SetPublished([FromRoute] int deviceId, bool isPublished) { return(Ok(_deviceLogic.SetPublished(deviceId, isPublished))); }