public void NotifyOperationFailed(Exception exception)
 {
     _state.NotifyOperationFailed(exception, _logger);
 }