public IEnumerable <SystemConfig> GetListSystemConfigByBotId(int botId) { return(_systemConfigRepository.GetMulti(x => x.BotID == botId)); }