public function testToArray()
 {
     $expected = [ConfigEnum::ID => '*****@*****.**', ConfigEnum::KEY => '1b10a679643763478e1a14511024e8b6e971b6c7'];
     $this->assertEquals($expected, $this->credentials->toArray());
 }