public Task Handle(SagaWithoutCorrelationPropertyStartingMessage message, IMessageHandlerContext context) { throw new NotImplementedException(); }
public Task <SagaWithoutCorrelationPropertyData> FindBy(SagaWithoutCorrelationPropertyStartingMessage message, SynchronizedStorageSession storageSession, ReadOnlyContextBag context, CancellationToken cancellationToken) { throw new NotImplementedException(); }
public Task <SagaWithoutCorrelationPropertyData> FindBy(SagaWithoutCorrelationPropertyStartingMessage message, SynchronizedStorageSession storageSession, ReadOnlyContextBag context, CancellationToken cancellationToken = default) { return(Task.FromResult(sagaToFind)); }