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