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