public ReturnExceptionWhenEmailDontExistSaveEncryptToken()
 {
     _fixture         = new RefreshTokenTestsFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanGetEncryptedToken()
 {
     _fixture         = new RefreshTokenTestsFixture();
     this._connection = _fixture.GetConnection();
 }