public GameSubmissionService(GameService gameService, UserService userService) { GameService = gameService; UserService = userService; }