public function testShouldNotBeEmpty()
 {
     $g = new GCECredentials();
     $this->assertNotEmpty($g->getCacheKey());
 }