public void ReflectSubmissionFromUser(string userId, string schemaId) { AddUserToJustCompletedStepCache(userId, schemaId); UpdateProgressReportToReflectSubmission(userId); UpdateStatususInCache(userId, _userCache.GetIdToken(userId)); }