public void Context()
 {
     _entityOne = new TestEntity <TId>();
     _entityTwo = new TestEntity <TId>();
 }