public ExceptionCachedManager_tests()
 {
     exception       = new Exception();
     manager         = new ExceptionCachedManager(exception);
     cacheDependency = manager.CreateCacheDependency();
 }
 public ExceptionCachedManager_tests()
 {
     exception = new Exception();
     manager = new ExceptionCachedManager(exception);
     cacheDependency = manager.CreateCacheDependency();
 }