public void SetUpTest() { GuidFactory.SetStrategy(() => { var result = Guid.NewGuid(); GeneratedGuids.Add(result); return(result); }); }