_As a developer I want install functionality to be separate from action.py_ ## AC 1. Create install service class 2. Move any and all install logic out of action.py into install service 3. update action.py to import and call new service where needed 4. If there are any helper functions used by install in other parts of action.py, move to utilities module
As a developer I want install functionality to be separate from action.py
AC