public void GetAllItemsFromSet_ThrowsAnException_WhenKeyIsNull()
 {
     Assert.Throws <ArgumentNullException>(() => _connection.GetAllItemsFromSet(null));
 }