public void ListByEmail_NoEmail_ThrowException()
 {
     contactsClient.List(String.Empty);
 }
 public void ListByEmail_NoEmail_ThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => contactsClient.List(String.Empty));
 }