public EventService(@Context HttpHeaders headers) {
   try {
     auth = new Authorisation();
     authenticated = auth.getAuthorisationHeader(headers);
   } catch (IOException e) {
     e.printStackTrace();
   }
 }