public EventResults <T> ToResults(Uri host, RestClient client)
 {
     return(new EventResults <T>(Count, Items, Next, host, client));
 }