public void Setup()
 {
     _testWebsite = new Website();
     _testWebsite.Create(typeof(Swank).Assembly.GetName().Name, Paths.TestHarness);
 }
 public void Setup()
 {
     _testWebsite = new Website();
     _testWebsite.Create(typeof(Swank).Assembly.GetName().Name, Paths.TestHarness);
 }