public async Task <Log> GetLogByIdAsync(int id) { var log = await _logProcessor.GetLogAsync(id); return(log); }