public void CopyTo_AddNoElementsToStack_ThrowsException()
 {
     Assert.Throws <IndexOutOfRangeException>(() => _intStack.CopyTo());
 }