public void RemoveTest()
 {
     var target = new CodeVerificationDataProvider();
     bool expected = true;
     bool actual;
     actual = target.Remove(accountId, type);
     Assert.AreEqual(expected, actual);
 }