+ * This is the class that should contain most of the business logic for our system, and it is the
+ * class you will be writing unit tests for.
+ */
+public class SecurityService {
+ private FakeImageService imageService;
+ private SecurityRepository securityRepository;
+ private Set