public IHttpActionResult GetInventoryById(int id) => Ok(_ibs.GetInventoryById(id));