In #312 we added type annotations, but currently they are not being validated.
- Investigate running mypyin CI to validate existing type annotations
- Consider adding MyPy Type Checker to list of recommended extensions: .vscode/extensions.json
- Fix any incorrect type annotations found (e.g. return type of RequestHandler.perform_requestis notdict)