public void ListAddToLeftGenericShouldThrowExceptionWhenKeyIsEmpty()
 {
     Assert.Throws <ArgumentException>(() => Sut.ListAddToLeft(string.Empty, string.Empty));
 }