public void TearDown() { _sieveOfEratosthenes = null; }
public void Setup() { _sieveOfEratosthenes = new SOE(); }