public List <LogsResponseDTO> getLogsByEnvironment(int env) { return(_logs.GetByEnvironment(env).ToList()); }