public async Task <Log> GetLatestLogByBotId(int botId) { return(await _logsRepository.GetLatestLogByBotId(botId)); }