public void TearDown()
 {
     _idGeneratorUtils = null;
 }
 public void Setup()
 {
     _idGeneratorUtils = new Utilities.IdGeneratorUtils();
 }