public async Task <Response <LogModel> > GetLogById(string logId) { return(await _logService.GetLogByIdAsync(logId)); }