public void CleanUp() { _lib = null; // destroy the _lib }
public void Setup() { _lib = new IntegrationTestsLib(); }