public static void Setup(TestContext context)
 {
     _repo        = new InMemorySiteMapRepository();
     _contentRepo = new InMemorySiteContentRepository();
 }
 public HomeControllerWrapper(AzureKit.Data.ISiteMapRepository mapRepo, AzureKit.Data.ISiteContentRepository contentRepo) : base(mapRepo, contentRepo)
 {
 }