public ResourceTicket get(String id) throws ResourceTicketNotFoundException {
   return resourceTicketBackend.getApiRepresentation(id);
 }