public void SetUp()
 {
     TenroxIdentityCache = new TenroxIdentityCacheBuilder().Build();
     TenroxIdentityCache.LoadIdentity(new TenroxUserBuilder().Build());
 }