public void Setup(Sandbox sandbox) { Debug.WriteLine("Setting up Test Grain."); IsSetup = true; }
public SandboxTests() { Sandbox = new Sandbox(); }