Initialize now clears things out before hand.
Doesn't exactly stop a bug, but if a previous test failed, and the afterEach failed to run, then the Facade would throw an error saying "X resource already exists, please rename it". But this wasn't really the case, it was just that initialize got called twice in a row, when it shouldn't have.