public void CleanUpCacheTest()
 {
     ResourceCache target = new ResourceCache(); // TODO: Initialize to an appropriate value
     target.CleanUpCache();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }