public void Teardown() { _instance.Dispose(); _instance = null; }
public void Setup() { _instance = new S225(); }