/// <inheritdoc/>
        public void Complete(Exception exception)
        {
            Guard.IsNotNull(exception);

            _tcs.Throw(exception);
        }