private TestUserRepository CreateUserRepository(int currentUserId) { var repo = new TestUserRepository(); repo.SetCurrentUser(new TGuid(currentUserId).ToGuid().ToString()); return(repo); }