public Task Faulted(ProcessEventArgs eventArgs, Exception exception) { return(_lockContext.Faulted(eventArgs, exception)); }
public Task Faulted(Exception exception) { return(_lockContext.Faulted(_eventArgs, exception)); }