public void TearDown() { _um.Dispose(); _um = null; }
public void SetUp() { _um = new UpdateManager(); }