public List <LogEntry> Recent([FromQuery] long lastSeenCounter) { return(_server.GetLog(lastSeenCounter)); }