public async Task <LogEntry[]> GetLog(string id) { return((await _logReader.GetUserLog(User.GetId())).Reverse().ToArray()); }