public Call<Event> getEventById(String id) {
   return service.getEventById(id);
 }