예제 #1
0
        public TestContext WithAgent(Guid id)
        {
            _agentRepository.GetOrCreate(id);

            return(this);
        }