public async Task <Log> GetLogByIdAsync(long logId)
 {
     return(await _logsRepository.GetLogByIdAsync(logId));
 }