public void CacheInstancesTest()
        {
            // TODO uncomment below to test the method and replace null with proper value
            var response = instance.CacheInstances();

            Assert.IsTrue(response.Items.Count > 0);
            Assert.IsInstanceOf <PIItemsCacheInstance>(response, "response is PIItemsCacheInstance");
        }