public function testCanGetAndSetPassword()
 {
     $this->creds->setPassword('123');
     $this->assertEquals('123', $this->creds->getPassword());
 }